Html Css Color HEX #A22ECD Dark Orchid

📋 copy color: '#A22ECD'

red 162 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #A22ECD

Tints of Dark Orchid #A22ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 39.23%
G = 11.14%
B = 49.64%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A22ECD (or 0xA22ECD) is known color: Dark Orchid. HEX triplet: A2, 2E and CD. RGB value is (162,46,205). Sum of RGB (Red+Green+Blue) = 162+46+205=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #A22ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22ECD is #5DD132. Grayscale: #626262. Windows color (decimal): -6148403 or 13446818. OLE color: 13446818.

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

Color convert

RGB 162 46 205 -
CMYK 0.21 0.78 0 0.20
HSL 283.77º 0.63% 0.49% -
HSV(B) 283.77º 0.78% 0.8% -
XYZ 26.9 14.04 59.05 -
YUV 98.81 187.93 173.07 -
System Red Green Blue C M Y K H S L
Decimal 162 46 205 0.21 0.78 0 0.20 283.77 0.63 0.49
Hex A2 2E CD 15 4E 0 14 11C 3F 31
Octal 242 56 315 25 116 0 24 434 77 61
Binary 10100010 101110 11001101 10101 1001110 0 10100 100011100 111111 110001

Color Harmonies of #A22ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22ECD

Black with #A22ECD

Text Example


Text Example

White with #A22ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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