#A22ADC

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

Shades of Dark Orchid #A22ADC

Tints of Dark Orchid #A22ADC

Color information

#A22ADC (or 0xA22ADC) is unknown color: approx Dark Orchid. HEX triplet: A2, 2A and DC. RGB value is (162,42,220). Sum of RGB (Red+Green+Blue) = 162+42+220=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #A22ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22ADC is #5DD523. Grayscale: #616161. Windows color (decimal): -6149412 or 14428834. OLE color: 14428834.

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

Color convert

RGB16242220-
CMYK0.260.8100.14
HSL280.45º71.77%51.37%-
HSV(B)280.45º80.91%86.27%-
XYZ28.6514.569-
YUV98.17196.76173.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 42 (16.80% from 255) = 9.91%
BLUE value IS 220 (86.33% from 255) = 51.89%
R=38.21%
G=9.91%
B=51.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal162422200.260.8100.14280.4571.7751.37
HexA22ADC1A510E1184833
Octal242523343212101643011063
Binary1010001010101011011100110101010001011101000110001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22ADC; }

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

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

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

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

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

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

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

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