Html Css Color HEX #A222DB Dark Orchid

📋 copy color: '#A222DB'

red 162 ◦ green 34 ◦ blue 219

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

Shades of Dark Orchid #A222DB

Tints of Dark Orchid #A222DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 39.04%
G = 8.19%
B = 52.77%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A222DB (or 0xA222DB) is known color: Dark Orchid. HEX triplet: A2, 22 and DB. RGB value is (162,34,219). Sum of RGB (Red+Green+Blue) = 162+34+219=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #A222DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A222DB is #5DDD24. Grayscale: #5C5C5C. Windows color (decimal): -6151461 or 14361250. OLE color: 14361250.

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

Color convert

RGB 162 34 219 -
CMYK 0.26 0.84 0 0.14
HSL 281.51º 0.73% 0.5% -
HSV(B) 281.51º 0.84% 0.86% -
XYZ 28.26 13.94 68.22 -
YUV 93.36 198.91 176.96 -
System Red Green Blue C M Y K H S L
Decimal 162 34 219 0.26 0.84 0 0.14 281.51 0.73 0.5
Hex A2 22 DB 1A 54 0 E 11A 49 32
Octal 242 42 333 32 124 0 16 432 111 62
Binary 10100010 100010 11011011 11010 1010100 0 1110 100011010 1001001 110010

Color Harmonies of #A222DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A222DB

Black with #A222DB

Text Example


Text Example

White with #A222DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A222DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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