#A72DD4

Color #A72DD4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A72DD4

Tints of Dark Orchid #A72DD4

Color information

#A72DD4 (or 0xA72DD4) is unknown color: approx Dark Orchid. HEX triplet: A7, 2D and D4. RGB value is (167,45,212). Sum of RGB (Red+Green+Blue) = 167+45+212=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 212 (83.20% from 255 or 50% from 424); Max value from RGB is 212 - color contains mainly: blue. Hex color #A72DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72DD4 is #58D22B. Grayscale: #636363. Windows color (decimal): -5820972 or 13905319. OLE color: 13905319.

HSL color Cylindrical-coordinate representation of color #A72DD4: hue angle of 283.83º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A72DD4 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16745212-
CMYK0.210.7900.17
HSL283.83º66.01%50.39%-
HSV(B)283.83º78.77%83.14%-
XYZ28.7614.8563.64-
YUV100.52190.92175.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 45 (17.97% from 255) = 10.61%
BLUE value IS 212 (83.20% from 255) = 50%
R=39.39%
G=10.61%
B=50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal167452120.210.7900.17283.8366.0150.39
HexA72DD4154F01111c4232
Octal247553242511702143410262
Binary10100111101101110101001010110011110100011000111001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72DD4; }

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

 H1.HeaderClassName
 {
   color: #A72DD4;
 }
 .AnyTagClassName
 {
   color: #A72DD4;
 }
</style>
background-color css

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

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

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

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

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

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