Html Css Color HEX #AA2BBB Dark Orchid

📋 copy color: '#AA2BBB'

red 170 ◦ green 43 ◦ blue 187

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

Shades of Dark Orchid #AA2BBB

Tints of Dark Orchid #AA2BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.75%

R = 42.5%
G = 10.75%
B = 46.75%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA2BBB (or 0xAA2BBB) is known color: Dark Orchid. HEX triplet: AA, 2B and BB. RGB value is (170,43,187). Sum of RGB (Red+Green+Blue) = 170+43+187=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA2BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BBB is #55D444. Grayscale: #606060. Windows color (decimal): -5624901 or 12266410. OLE color: 12266410.

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

Color convert

RGB 170 43 187 -
CMYK 0.09 0.77 0 0.27
HSL 292.92º 0.63% 0.45% -
HSV(B) 292.92º 0.77% 0.73% -
XYZ 26.41 13.86 48.3 -
YUV 97.39 178.58 179.79 -
System Red Green Blue C M Y K H S L
Decimal 170 43 187 0.09 0.77 0 0.27 292.92 0.63 0.45
Hex AA 2B BB 9 4D 0 1B 125 3F 2D
Octal 252 53 273 11 115 0 33 445 77 55
Binary 10101010 101011 10111011 1001 1001101 0 11011 100100101 111111 101101

Color Harmonies of #AA2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2BBB

Black with #AA2BBB

Text Example


Text Example

White with #AA2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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