Html Css Color HEX #AA3BB9 Dark Orchid

📋 copy color: '#AA3BB9'

red 170 ◦ green 59 ◦ blue 185

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

Shades of Dark Orchid #AA3BB9

Tints of Dark Orchid #AA3BB9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.25%

 BLUE value IS 185 (72.66% from 255) = 44.69%

R = 41.06%
G = 14.25%
B = 44.69%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA3BB9 (or 0xAA3BB9) is known color: Dark Orchid. HEX triplet: AA, 3B and B9. RGB value is (170,59,185). Sum of RGB (Red+Green+Blue) = 170+59+185=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA3BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BB9 is #55C446. Grayscale: #6A6A6A. Windows color (decimal): -5620807 or 12139434. OLE color: 12139434.

HSL color Cylindrical-coordinate representation of color #AA3BB9: hue angle of 292.86º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3BB9 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 59 185 -
CMYK 0.08 0.68 0 0.27
HSL 292.86º 0.52% 0.48% -
HSV(B) 292.86º 0.68% 0.73% -
XYZ 26.9 15.18 47.41 -
YUV 106.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 170 59 185 0.08 0.68 0 0.27 292.86 0.52 0.48
Hex AA 3B B9 8 44 0 1B 125 34 30
Octal 252 73 271 10 104 0 33 445 64 60
Binary 10101010 111011 10111001 1000 1000100 0 11011 100100101 110100 110000

Color Harmonies of #AA3BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3BB9

Black with #AA3BB9

Text Example


Text Example

White with #AA3BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3BB9; }

 p { color: rgb(170,59,185); }

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

background-color css

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

 a { background-color: rgb(170,59,185); }

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

border-color css

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

 span { border-color: rgb(170,59,185); }

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