Html Css Color HEX #AA2CB2 Dark Orchid

📋 copy color: '#AA2CB2'

red 170 ◦ green 44 ◦ blue 178

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

Shades of Dark Orchid #AA2CB2

Tints of Dark Orchid #AA2CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.41%

R = 43.37%
G = 11.22%
B = 45.41%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA2CB2 (or 0xAA2CB2) is known color: Dark Orchid. HEX triplet: AA, 2C and B2. RGB value is (170,44,178). Sum of RGB (Red+Green+Blue) = 170+44+178=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA2CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2CB2 is #55D34D. Grayscale: #606060. Windows color (decimal): -5624654 or 11676842. OLE color: 11676842.

HSL color Cylindrical-coordinate representation of color #AA2CB2: hue angle of 296.42º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2CB2 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 44 178 -
CMYK 0.04 0.75 0 0.30
HSL 296.42º 0.6% 0.44% -
HSV(B) 296.42º 0.75% 0.7% -
XYZ 25.51 13.56 43.39 -
YUV 96.95 173.74 180.1 -
System Red Green Blue C M Y K H S L
Decimal 170 44 178 0.04 0.75 0 0.30 296.42 0.6 0.44
Hex AA 2C B2 4 4B 0 1E 128 3C 2C
Octal 252 54 262 4 113 0 36 450 74 54
Binary 10101010 101100 10110010 100 1001011 0 11110 100101000 111100 101100

Color Harmonies of #AA2CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2CB2

Black with #AA2CB2

Text Example


Text Example

White with #AA2CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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