Html Css Color HEX #AA2CCA Dark Orchid

📋 copy color: '#AA2CCA'

red 170 ◦ green 44 ◦ blue 202

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

Shades of Dark Orchid #AA2CCA

Tints of Dark Orchid #AA2CCA

RGB

 RED value IS 170 (66.8% from 255) = 40.87%

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

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

R = 40.87%
G = 10.58%
B = 48.56%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA2CCA (or 0xAA2CCA) is known color: Dark Orchid. HEX triplet: AA, 2C and CA. RGB value is (170,44,202). Sum of RGB (Red+Green+Blue) = 170+44+202=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA2CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CCA is #55D335. Grayscale: #636363. Windows color (decimal): -5624630 or 13249706. OLE color: 13249706.

HSL color Cylindrical-coordinate representation of color #AA2CCA: hue angle of 287.85º 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 #AA2CCA is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 44 202 -
CMYK 0.16 0.78 0 0.21
HSL 287.85º 0.64% 0.48% -
HSV(B) 287.85º 0.78% 0.79% -
XYZ 28.14 14.61 57.21 -
YUV 99.69 185.74 178.15 -
System Red Green Blue C M Y K H S L
Decimal 170 44 202 0.16 0.78 0 0.21 287.85 0.64 0.48
Hex AA 2C CA 10 4E 0 15 120 40 30
Octal 252 54 312 20 116 0 25 440 100 60
Binary 10101010 101100 11001010 10000 1001110 0 10101 100100000 1000000 110000

Color Harmonies of #AA2CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2CCA

Black with #AA2CCA

Text Example


Text Example

White with #AA2CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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