Html Css Color HEX #A22ADE Dark Orchid

📋 copy color: '#A22ADE'

red 162 ◦ green 42 ◦ blue 222

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

Shades of Dark Orchid #A22ADE

Tints of Dark Orchid #A22ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.86%

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 38.03%
G = 9.86%
B = 52.11%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A22ADE (or 0xA22ADE) is known color: Dark Orchid. HEX triplet: A2, 2A and DE. RGB value is (162,42,222). Sum of RGB (Red+Green+Blue) = 162+42+222=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #A22ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22ADE is #5DD521. Grayscale: #616161. Windows color (decimal): -6149410 or 14559906. OLE color: 14559906.

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

Color convert

RGB 162 42 222 -
CMYK 0.27 0.81 0 0.13
HSL 280º 0.73% 0.52% -
HSV(B) 280º 0.81% 0.87% -
XYZ 28.91 14.61 70.4 -
YUV 98.4 197.76 173.36 -
System Red Green Blue C M Y K H S L
Decimal 162 42 222 0.27 0.81 0 0.13 280 0.73 0.52
Hex A2 2A DE 1B 51 0 D 118 49 34
Octal 242 52 336 33 121 0 15 430 111 64
Binary 10100010 101010 11011110 11011 1010001 0 1101 100011000 1001001 110100

Color Harmonies of #A22ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22ADE

Black with #A22ADE

Text Example


Text Example

White with #A22ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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