Html Css Color HEX #A72ACE Dark Orchid

📋 copy color: '#A72ACE'

red 167 ◦ green 42 ◦ blue 206

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

Shades of Dark Orchid #A72ACE

Tints of Dark Orchid #A72ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.12%

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

R = 40.24%
G = 10.12%
B = 49.64%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A72ACE (or 0xA72ACE) is known color: Dark Orchid. HEX triplet: A7, 2A and CE. RGB value is (167,42,206). Sum of RGB (Red+Green+Blue) = 167+42+206=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #A72ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72ACE is #58D531. Grayscale: #616161. Windows color (decimal): -5821746 or 13511335. OLE color: 13511335.

HSL color Cylindrical-coordinate representation of color #A72ACE: hue angle of 285.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72ACE is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 42 206 -
CMYK 0.19 0.80 0 0.19
HSL 285.73º 0.66% 0.49% -
HSV(B) 285.73º 0.8% 0.81% -
XYZ 27.9 14.33 59.69 -
YUV 98.07 188.91 177.16 -
System Red Green Blue C M Y K H S L
Decimal 167 42 206 0.19 0.80 0 0.19 285.73 0.66 0.49
Hex A7 2A CE 13 50 0 13 11E 42 31
Octal 247 52 316 23 120 0 23 436 102 61
Binary 10100111 101010 11001110 10011 1010000 0 10011 100011110 1000010 110001

Color Harmonies of #A72ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72ACE

Black with #A72ACE

Text Example


Text Example

White with #A72ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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