Html Css Color HEX #A72ACD Dark Orchid

📋 copy color: '#A72ACD'

red 167 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #A72ACD

Tints of Dark Orchid #A72ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 40.34%
G = 10.14%
B = 49.52%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A72ACD (or 0xA72ACD) is known color: Dark Orchid. HEX triplet: A7, 2A and CD. RGB value is (167,42,205). Sum of RGB (Red+Green+Blue) = 167+42+205=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #A72ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72ACD is #58D532. Grayscale: #616161. Windows color (decimal): -5821747 or 13445799. OLE color: 13445799.

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

Color convert

RGB 167 42 205 -
CMYK 0.19 0.80 0 0.20
HSL 286.01º 0.66% 0.48% -
HSV(B) 286.01º 0.8% 0.8% -
XYZ 27.78 14.28 59.05 -
YUV 97.96 188.41 177.25 -
System Red Green Blue C M Y K H S L
Decimal 167 42 205 0.19 0.80 0 0.20 286.01 0.66 0.48
Hex A7 2A CD 13 50 0 14 11E 42 30
Octal 247 52 315 23 120 0 24 436 102 60
Binary 10100111 101010 11001101 10011 1010000 0 10100 100011110 1000010 110000

Color Harmonies of #A72ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72ACD

Black with #A72ACD

Text Example


Text Example

White with #A72ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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