Html Css Color HEX #A22EDE Dark Orchid

📋 copy color: '#A22EDE'

red 162 ◦ green 46 ◦ blue 222

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

Shades of Dark Orchid #A22EDE

Tints of Dark Orchid #A22EDE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.7%

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

R = 37.67%
G = 10.7%
B = 51.63%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A22EDE (or 0xA22EDE) is known color: Dark Orchid. HEX triplet: A2, 2E and DE. RGB value is (162,46,222). Sum of RGB (Red+Green+Blue) = 162+46+222=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #A22EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22EDE is #5DD121. Grayscale: #646464. Windows color (decimal): -6148386 or 14560930. OLE color: 14560930.

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

Color convert

RGB 162 46 222 -
CMYK 0.27 0.79 0 0.13
HSL 279.55º 0.73% 0.53% -
HSV(B) 279.55º 0.79% 0.87% -
XYZ 29.06 14.91 70.45 -
YUV 100.75 196.43 171.69 -
System Red Green Blue C M Y K H S L
Decimal 162 46 222 0.27 0.79 0 0.13 279.55 0.73 0.53
Hex A2 2E DE 1B 4F 0 D 118 49 35
Octal 242 56 336 33 117 0 15 430 111 65
Binary 10100010 101110 11011110 11011 1001111 0 1101 100011000 1001001 110101

Color Harmonies of #A22EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22EDE

Black with #A22EDE

Text Example


Text Example

White with #A22EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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