#A24BD7

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

Shades of Dark Orchid #A24BD7

Tints of Dark Orchid #A24BD7

Color information

#A24BD7 (or 0xA24BD7) is unknown color: approx Dark Orchid. HEX triplet: A2, 4B and D7. RGB value is (162,75,215). Sum of RGB (Red+Green+Blue) = 162+75+215=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #A24BD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24BD7 is #5DB428. Grayscale: #747474. Windows color (decimal): -6140969 or 14109602. OLE color: 14109602.

HSL color Cylindrical-coordinate representation of color #A24BD7: hue angle of 277.29º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A24BD7 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16275215-
CMYK0.250.6500.16
HSL277.29º63.64%56.86%-
HSV(B)277.29º65.12%84.31%-
XYZ29.6817.6266.13-
YUV116.97183.32160.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 75 (29.69% from 255) = 16.59%
BLUE value IS 215 (84.38% from 255) = 47.57%
R=35.84%
G=16.59%
B=47.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162752150.250.6500.16277.2963.6456.86
HexA24BD719410101154039
Octal2421133273110102042510071
Binary101000101001011110101111100110000010100001000101011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24BD7; }

 p { color: rgb(162,75,215); }

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

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

 a { background-color: rgb(162,75,215); }

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

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

 span { border-color: rgb(162,75,215); }

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