Html Css Color HEX #A220DC Dark Orchid

📋 copy color: '#A220DC'

red 162 ◦ green 32 ◦ blue 220

#A220DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A220DC

Tints of Dark Orchid #A220DC

RGB

 RED value IS 162 (63.67% from 255) = 39.13%

 GREEN value IS 32 (12.89% from 255) = 7.73%

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 39.13%
G = 7.73%
B = 53.14%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A220DC (or 0xA220DC) is known color: Dark Orchid. HEX triplet: A2, 20 and DC. RGB value is (162,32,220). Sum of RGB (Red+Green+Blue) = 162+32+220=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #A220DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A220DC is #5DDF23. Grayscale: #5B5B5B. Windows color (decimal): -6151972 or 14426274. OLE color: 14426274.

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

Color convert

RGB 162 32 220 -
CMYK 0.26 0.85 0 0.14
HSL 281.49º 0.75% 0.49% -
HSV(B) 281.49º 0.85% 0.86% -
XYZ 28.34 13.88 68.9 -
YUV 92.3 200.07 177.71 -
System Red Green Blue C M Y K H S L
Decimal 162 32 220 0.26 0.85 0 0.14 281.49 0.75 0.49
Hex A2 20 DC 1A 55 0 E 119 4B 31
Octal 242 40 334 32 125 0 16 431 113 61
Binary 10100010 100000 11011100 11010 1010101 0 1110 100011001 1001011 110001

Color Harmonies of #A220DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220DC

Black with #A220DC

Text Example


Text Example

White with #A220DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220DC; }

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

 H1.HeaderClassName
 {
   color: #A220DC;
 }
 .AnyTagClassName
 {
   color: #A220DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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