Html Css Color HEX #AA3BB8 Dark Orchid

📋 copy color: '#AA3BB8'

red 170 ◦ green 59 ◦ blue 184

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

Shades of Dark Orchid #AA3BB8

Tints of Dark Orchid #AA3BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.55%

R = 41.16%
G = 14.29%
B = 44.55%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA3BB8 (or 0xAA3BB8) is known color: Dark Orchid. HEX triplet: AA, 3B and B8. RGB value is (170,59,184). Sum of RGB (Red+Green+Blue) = 170+59+184=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA3BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BB8 is #55C447. Grayscale: #6A6A6A. Windows color (decimal): -5620808 or 12073898. OLE color: 12073898.

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

Color convert

RGB 170 59 184 -
CMYK 0.08 0.68 0 0.28
HSL 293.28º 0.51% 0.48% -
HSV(B) 293.28º 0.68% 0.72% -
XYZ 26.79 15.13 46.86 -
YUV 106.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 170 59 184 0.08 0.68 0 0.28 293.28 0.51 0.48
Hex AA 3B B8 8 44 0 1C 125 33 30
Octal 252 73 270 10 104 0 34 445 63 60
Binary 10101010 111011 10111000 1000 1000100 0 11100 100100101 110011 110000

Color Harmonies of #AA3BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3BB8

Black with #AA3BB8

Text Example


Text Example

White with #AA3BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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