Html Css Color HEX #A222DC Dark Orchid

📋 copy color: '#A222DC'

red 162 ◦ green 34 ◦ blue 220

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

Shades of Dark Orchid #A222DC

Tints of Dark Orchid #A222DC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.17%

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

R = 38.94%
G = 8.17%
B = 52.88%

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

#A222DC (or 0xA222DC) is known color: Dark Orchid. HEX triplet: A2, 22 and DC. RGB value is (162,34,220). Sum of RGB (Red+Green+Blue) = 162+34+220=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #A222DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A222DC is #5DDD23. Grayscale: #5C5C5C. Windows color (decimal): -6151460 or 14426786. OLE color: 14426786.

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

Color convert

RGB 162 34 220 -
CMYK 0.26 0.85 0 0.14
HSL 281.29º 0.73% 0.5% -
HSV(B) 281.29º 0.85% 0.86% -
XYZ 28.39 13.99 68.91 -
YUV 93.48 199.41 176.88 -
System Red Green Blue C M Y K H S L
Decimal 162 34 220 0.26 0.85 0 0.14 281.29 0.73 0.5
Hex A2 22 DC 1A 55 0 E 119 49 32
Octal 242 42 334 32 125 0 16 431 111 62
Binary 10100010 100010 11011100 11010 1010101 0 1110 100011001 1001001 110010

Color Harmonies of #A222DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A222DC

Black with #A222DC

Text Example


Text Example

White with #A222DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A222DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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