Html Css Color HEX #A22CCA Dark Orchid

📋 copy color: '#A22CCA'

red 162 ◦ green 44 ◦ blue 202

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

Shades of Dark Orchid #A22CCA

Tints of Dark Orchid #A22CCA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.78%

 BLUE value IS 202 (79.3% from 255) = 49.51%

R = 39.71%
G = 10.78%
B = 49.51%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A22CCA (or 0xA22CCA) is known color: Dark Orchid. HEX triplet: A2, 2C and CA. RGB value is (162,44,202). Sum of RGB (Red+Green+Blue) = 162+44+202=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #A22CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22CCA is #5DD335. Grayscale: #606060. Windows color (decimal): -6148918 or 13249698. OLE color: 13249698.

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

Color convert

RGB 162 44 202 -
CMYK 0.20 0.78 0 0.21
HSL 284.81º 0.64% 0.48% -
HSV(B) 284.81º 0.78% 0.79% -
XYZ 26.46 13.75 57.14 -
YUV 97.29 187.09 174.15 -
System Red Green Blue C M Y K H S L
Decimal 162 44 202 0.20 0.78 0 0.21 284.81 0.64 0.48
Hex A2 2C CA 14 4E 0 15 11D 40 30
Octal 242 54 312 24 116 0 25 435 100 60
Binary 10100010 101100 11001010 10100 1001110 0 10101 100011101 1000000 110000

Color Harmonies of #A22CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22CCA

Black with #A22CCA

Text Example


Text Example

White with #A22CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22CCA; }

 p { color: rgb(162,44,202); }

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

background-color css

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

 a { background-color: rgb(162,44,202); }

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

border-color css

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

 span { border-color: rgb(162,44,202); }

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