Html Css Color HEX #A22ECB Dark Orchid

📋 copy color: '#A22ECB'

red 162 ◦ green 46 ◦ blue 203

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

Shades of Dark Orchid #A22ECB

Tints of Dark Orchid #A22ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 39.42%
G = 11.19%
B = 49.39%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A22ECB (or 0xA22ECB) is known color: Dark Orchid. HEX triplet: A2, 2E and CB. RGB value is (162,46,203). Sum of RGB (Red+Green+Blue) = 162+46+203=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #A22ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22ECB is #5DD134. Grayscale: #626262. Windows color (decimal): -6148405 or 13315746. OLE color: 13315746.

HSL color Cylindrical-coordinate representation of color #A22ECB: hue angle of 284.33º 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 #A22ECB is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 46 203 -
CMYK 0.20 0.77 0 0.20
HSL 284.33º 0.63% 0.49% -
HSV(B) 284.33º 0.77% 0.8% -
XYZ 26.66 13.95 57.79 -
YUV 98.58 186.93 173.23 -
System Red Green Blue C M Y K H S L
Decimal 162 46 203 0.20 0.77 0 0.20 284.33 0.63 0.49
Hex A2 2E CB 14 4D 0 14 11C 3F 31
Octal 242 56 313 24 115 0 24 434 77 61
Binary 10100010 101110 11001011 10100 1001101 0 10100 100011100 111111 110001

Color Harmonies of #A22ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22ECB

Black with #A22ECB

Text Example


Text Example

White with #A22ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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