Html Css Color HEX #A222DD Dark Orchid

📋 copy color: '#A222DD'

red 162 ◦ green 34 ◦ blue 221

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

Shades of Dark Orchid #A222DD

Tints of Dark Orchid #A222DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53%

R = 38.85%
G = 8.15%
B = 53%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A222DD (or 0xA222DD) is known color: Dark Orchid. HEX triplet: A2, 22 and DD. RGB value is (162,34,221). Sum of RGB (Red+Green+Blue) = 162+34+221=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #A222DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A222DD is #5DDD22. Grayscale: #5C5C5C. Windows color (decimal): -6151459 or 14492322. OLE color: 14492322.

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

Color convert

RGB 162 34 221 -
CMYK 0.27 0.85 0 0.13
HSL 281.07º 0.73% 0.5% -
HSV(B) 281.07º 0.85% 0.87% -
XYZ 28.52 14.05 69.61 -
YUV 93.59 199.91 176.79 -
System Red Green Blue C M Y K H S L
Decimal 162 34 221 0.27 0.85 0 0.13 281.07 0.73 0.5
Hex A2 22 DD 1B 55 0 D 119 49 32
Octal 242 42 335 33 125 0 15 431 111 62
Binary 10100010 100010 11011101 11011 1010101 0 1101 100011001 1001001 110010

Color Harmonies of #A222DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A222DD

Black with #A222DD

Text Example


Text Example

White with #A222DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A222DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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