#A724DC

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

Shades of Dark Orchid #A724DC

Tints of Dark Orchid #A724DC

Color information

#A724DC (or 0xA724DC) is unknown color: approx Dark Orchid. HEX triplet: A7, 24 and DC. RGB value is (167,36,220). Sum of RGB (Red+Green+Blue) = 167+36+220=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #A724DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A724DC is #58DB23. Grayscale: #5F5F5F. Windows color (decimal): -5823268 or 14427303. OLE color: 14427303.

HSL color Cylindrical-coordinate representation of color #A724DC: hue angle of 282.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A724DC is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16736220-
CMYK0.240.8400.14
HSL282.72º72.44%50.2%-
HSV(B)282.72º83.64%86.27%-
XYZ29.4914.6468.98-
YUV96.14197.9178.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.48%
GREEN value IS 36 (14.45% from 255) = 8.51%
BLUE value IS 220 (86.33% from 255) = 52.01%
R=39.48%
G=8.51%
B=52.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal167362200.240.8400.14282.7272.4450.2
HexA724DC18540E11b4832
Octal247443343012401643311062
Binary1010011110010011011100110001010100011101000110111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A724DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A724DC; }

 p { color: rgb(167,36,220); }

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

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

 a { background-color: rgb(167,36,220); }

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

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

 span { border-color: rgb(167,36,220); }

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