Html Css Color HEX #A73FCE Dark Orchid

📋 copy color: '#A73FCE'

red 167 ◦ green 63 ◦ blue 206

#A73FCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A73FCE

Tints of Dark Orchid #A73FCE

RGB

 RED value IS 167 (65.63% from 255) = 38.3%

 GREEN value IS 63 (25% from 255) = 14.45%

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 38.3%
G = 14.45%
B = 47.25%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A73FCE (or 0xA73FCE) is known color: Dark Orchid. HEX triplet: A7, 3F and CE. RGB value is (167,63,206). Sum of RGB (Red+Green+Blue) = 167+63+206=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #A73FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73FCE is #58C031. Grayscale: #6D6D6D. Windows color (decimal): -5816370 or 13516711. OLE color: 13516711.

HSL color Cylindrical-coordinate representation of color #A73FCE: hue angle of 283.64º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A73FCE is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 63 206 -
CMYK 0.19 0.69 0 0.19
HSL 283.64º 0.59% 0.53% -
HSV(B) 283.64º 0.69% 0.81% -
XYZ 28.85 16.23 60 -
YUV 110.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 167 63 206 0.19 0.69 0 0.19 283.64 0.59 0.53
Hex A7 3F CE 13 45 0 13 11C 3B 35
Octal 247 77 316 23 105 0 23 434 73 65
Binary 10100111 111111 11001110 10011 1000101 0 10011 100011100 111011 110101

Color Harmonies of #A73FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73FCE

Black with #A73FCE

Text Example


Text Example

White with #A73FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73FCE; }

 p { color: rgb(167,63,206); }

 H1.HeaderClassName
 {
   color: #A73FCE;
 }
 .AnyTagClassName
 {
   color: #A73FCE;
 }
</style>

background-color css

<style>
 a { background-color: #A73FCE; }

 a { background-color: rgb(167,63,206); }

 div.DivClassName
 {
   background-color: #A73FCE;
 }
 .BgClassName
 {
   background-color: #A73FCE;
 }
</style>

border-color css

<style>
 span { border-color: #A73FCE; }

 span { border-color: rgb(167,63,206); }

 td.TdClassName
 {
   border-color: #A73FCE;
 }
 .TagClassName
 {
   border-color: #A73FCE;
 }
</style>