Html Css Color HEX #AA2CB6 Dark Orchid

📋 copy color: '#AA2CB6'

red 170 ◦ green 44 ◦ blue 182

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

Shades of Dark Orchid #AA2CB6

Tints of Dark Orchid #AA2CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.96%

R = 42.93%
G = 11.11%
B = 45.96%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA2CB6 (or 0xAA2CB6) is known color: Dark Orchid. HEX triplet: AA, 2C and B6. RGB value is (170,44,182). Sum of RGB (Red+Green+Blue) = 170+44+182=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA2CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CB6 is #55D349. Grayscale: #606060. Windows color (decimal): -5624650 or 11938986. OLE color: 11938986.

HSL color Cylindrical-coordinate representation of color #AA2CB6: hue angle of 294.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2CB6 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 44 182 -
CMYK 0.07 0.76 0 0.29
HSL 294.78º 0.61% 0.44% -
HSV(B) 294.78º 0.76% 0.71% -
XYZ 25.92 13.72 45.54 -
YUV 97.41 175.74 179.78 -
System Red Green Blue C M Y K H S L
Decimal 170 44 182 0.07 0.76 0 0.29 294.78 0.61 0.44
Hex AA 2C B6 7 4C 0 1D 127 3D 2C
Octal 252 54 266 7 114 0 35 447 75 54
Binary 10101010 101100 10110110 111 1001100 0 11101 100100111 111101 101100

Color Harmonies of #AA2CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2CB6

Black with #AA2CB6

Text Example


Text Example

White with #AA2CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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