#A24ADC

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

Shades of Dark Orchid #A24ADC

Tints of Dark Orchid #A24ADC

Color information

#A24ADC (or 0xA24ADC) is unknown color: approx Dark Orchid. HEX triplet: A2, 4A and DC. RGB value is (162,74,220). Sum of RGB (Red+Green+Blue) = 162+74+220=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #A24ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24ADC is #5DB523. Grayscale: #747474. Windows color (decimal): -6141220 or 14437026. OLE color: 14437026.

HSL color Cylindrical-coordinate representation of color #A24ADC: hue angle of 276.16º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A24ADC is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16274220-
CMYK0.260.6600.14
HSL276.16º67.59%57.65%-
HSV(B)276.16º66.36%86.27%-
XYZ30.2717.7569.54-
YUV116.96186.15160.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 74 (29.30% from 255) = 16.23%
BLUE value IS 220 (86.33% from 255) = 48.25%
R=35.53%
G=16.23%
B=48.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal162742200.260.6600.14276.1667.5957.65
HexA24ADC1A420E114443a
Octal2421123343210201642410472
Binary10100010100101011011100110101000010011101000101001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24ADC; }

 p { color: rgb(162,74,220); }

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

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

 a { background-color: rgb(162,74,220); }

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

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

 span { border-color: rgb(162,74,220); }

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