Html Css Color HEX #A22EE0 Dark Orchid

📋 copy color: '#A22EE0'

red 162 ◦ green 46 ◦ blue 224

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

Shades of Dark Orchid #A22EE0

Tints of Dark Orchid #A22EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.85%

R = 37.5%
G = 10.65%
B = 51.85%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A22EE0 (or 0xA22EE0) is known color: Dark Orchid. HEX triplet: A2, 2E and E0. RGB value is (162,46,224). Sum of RGB (Red+Green+Blue) = 162+46+224=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #A22EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22EE0 is #5DD11F. Grayscale: #646464. Windows color (decimal): -6148384 or 14692002. OLE color: 14692002.

HSL color Cylindrical-coordinate representation of color #A22EE0: hue angle of 279.1º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22EE0 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 46 224 -
CMYK 0.28 0.79 0 0.12
HSL 279.1º 0.74% 0.53% -
HSV(B) 279.1º 0.79% 0.88% -
XYZ 29.33 15.02 71.87 -
YUV 100.98 197.43 171.53 -
System Red Green Blue C M Y K H S L
Decimal 162 46 224 0.28 0.79 0 0.12 279.1 0.74 0.53
Hex A2 2E E0 1C 4F 0 C 117 4A 35
Octal 242 56 340 34 117 0 14 427 112 65
Binary 10100010 101110 11100000 11100 1001111 0 1100 100010111 1001010 110101

Color Harmonies of #A22EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22EE0

Black with #A22EE0

Text Example


Text Example

White with #A22EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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