Html Css Color HEX #A22AC0 Dark Orchid

📋 copy color: '#A22AC0'

red 162 ◦ green 42 ◦ blue 192

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

Shades of Dark Orchid #A22AC0

Tints of Dark Orchid #A22AC0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.61%

 BLUE value IS 192 (75.39% from 255) = 48.48%

R = 40.91%
G = 10.61%
B = 48.48%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A22AC0 (or 0xA22AC0) is known color: Dark Orchid. HEX triplet: A2, 2A and C0. RGB value is (162,42,192). Sum of RGB (Red+Green+Blue) = 162+42+192=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #A22AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22AC0 is #5DD53F. Grayscale: #5E5E5E. Windows color (decimal): -6149440 or 12593826. OLE color: 12593826.

HSL color Cylindrical-coordinate representation of color #A22AC0: hue angle of 288º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22AC0 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 42 192 -
CMYK 0.16 0.78 0 0.25
HSL 288º 0.64% 0.46% -
HSV(B) 288º 0.78% 0.75% -
XYZ 25.24 13.14 51.08 -
YUV 94.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 162 42 192 0.16 0.78 0 0.25 288 0.64 0.46
Hex A2 2A C0 10 4E 0 19 120 40 2E
Octal 242 52 300 20 116 0 31 440 100 56
Binary 10100010 101010 11000000 10000 1001110 0 11001 100100000 1000000 101110

Color Harmonies of #A22AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22AC0

Black with #A22AC0

Text Example


Text Example

White with #A22AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22AC0; }

 p { color: rgb(162,42,192); }

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

background-color css

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

 a { background-color: rgb(162,42,192); }

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

border-color css

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

 span { border-color: rgb(162,42,192); }

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