Html Css Color HEX #A22ECC Dark Orchid

📋 copy color: '#A22ECC'

red 162 ◦ green 46 ◦ blue 204

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

Shades of Dark Orchid #A22ECC

Tints of Dark Orchid #A22ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 39.32%
G = 11.17%
B = 49.51%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A22ECC (or 0xA22ECC) is known color: Dark Orchid. HEX triplet: A2, 2E and CC. RGB value is (162,46,204). Sum of RGB (Red+Green+Blue) = 162+46+204=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #A22ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22ECC is #5DD133. Grayscale: #626262. Windows color (decimal): -6148404 or 13381282. OLE color: 13381282.

HSL color Cylindrical-coordinate representation of color #A22ECC: hue angle of 284.05º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22ECC is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 46 204 -
CMYK 0.21 0.77 0 0.2
HSL 284.05º 0.63% 0.49% -
HSV(B) 284.05º 0.77% 0.8% -
XYZ 26.78 14 58.42 -
YUV 98.7 187.43 173.15 -
System Red Green Blue C M Y K H S L
Decimal 162 46 204 0.21 0.77 0 0.2 284.05 0.63 0.49
Hex A2 2E CC 15 4D 0 14 11C 3F 31
Octal 242 56 314 25 115 0 24 434 77 61
Binary 10100010 101110 11001100 10101 1001101 0 10100 100011100 111111 110001

Color Harmonies of #A22ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22ECC

Black with #A22ECC

Text Example


Text Example

White with #A22ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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