Html Css Color HEX #AA2BBC Dark Orchid

📋 copy color: '#AA2BBC'

red 170 ◦ green 43 ◦ blue 188

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

Shades of Dark Orchid #AA2BBC

Tints of Dark Orchid #AA2BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.72%

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 42.39%
G = 10.72%
B = 46.88%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA2BBC (or 0xAA2BBC) is known color: Dark Orchid. HEX triplet: AA, 2B and BC. RGB value is (170,43,188). Sum of RGB (Red+Green+Blue) = 170+43+188=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA2BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BBC is #55D443. Grayscale: #616161. Windows color (decimal): -5624900 or 12331946. OLE color: 12331946.

HSL color Cylindrical-coordinate representation of color #AA2BBC: hue angle of 292.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2BBC is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 43 188 -
CMYK 0.10 0.77 0 0.26
HSL 292.55º 0.63% 0.45% -
HSV(B) 292.55º 0.77% 0.74% -
XYZ 26.52 13.9 48.86 -
YUV 97.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 170 43 188 0.10 0.77 0 0.26 292.55 0.63 0.45
Hex AA 2B BC A 4D 0 1A 125 3F 2D
Octal 252 53 274 12 115 0 32 445 77 55
Binary 10101010 101011 10111100 1010 1001101 0 11010 100100101 111111 101101

Color Harmonies of #AA2BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2BBC

Black with #AA2BBC

Text Example


Text Example

White with #AA2BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2BBC; }

 p { color: rgb(170,43,188); }

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

background-color css

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

 a { background-color: rgb(170,43,188); }

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

border-color css

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

 span { border-color: rgb(170,43,188); }

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