Html Css Color HEX #A72DB6 Dark Orchid

📋 copy color: '#A72DB6'

red 167 ◦ green 45 ◦ blue 182

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

Shades of Dark Orchid #A72DB6

Tints of Dark Orchid #A72DB6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.42%

 BLUE value IS 182 (71.48% from 255) = 46.19%

R = 42.39%
G = 11.42%
B = 46.19%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A72DB6 (or 0xA72DB6) is known color: Dark Orchid. HEX triplet: A7, 2D and B6. RGB value is (167,45,182). Sum of RGB (Red+Green+Blue) = 167+45+182=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 182 - color contains mainly: blue. Hex color #A72DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72DB6 is #58D249. Grayscale: #606060. Windows color (decimal): -5821002 or 11939239. OLE color: 11939239.

HSL color Cylindrical-coordinate representation of color #A72DB6: hue angle of 293.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72DB6 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 45 182 -
CMYK 0.08 0.75 0 0.29
HSL 293.43º 0.6% 0.45% -
HSV(B) 293.43º 0.75% 0.71% -
XYZ 25.32 13.47 45.52 -
YUV 97.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 167 45 182 0.08 0.75 0 0.29 293.43 0.6 0.45
Hex A7 2D B6 8 4B 0 1D 125 3C 2D
Octal 247 55 266 10 113 0 35 445 74 55
Binary 10100111 101101 10110110 1000 1001011 0 11101 100100101 111100 101101

Color Harmonies of #A72DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72DB6

Black with #A72DB6

Text Example


Text Example

White with #A72DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72DB6; }

 p { color: rgb(167,45,182); }

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

background-color css

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

 a { background-color: rgb(167,45,182); }

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

border-color css

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

 span { border-color: rgb(167,45,182); }

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