Html Css Color HEX #AA39BA Dark Orchid

📋 copy color: '#AA39BA'

red 170 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #AA39BA

Tints of Dark Orchid #AA39BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.8%

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 41.16%
G = 13.8%
B = 45.04%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA39BA (or 0xAA39BA) is known color: Dark Orchid. HEX triplet: AA, 39 and BA. RGB value is (170,57,186). Sum of RGB (Red+Green+Blue) = 170+57+186=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA39BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA39BA is #55C645. Grayscale: #696969. Windows color (decimal): -5621318 or 12204458. OLE color: 12204458.

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

Color convert

RGB 170 57 186 -
CMYK 0.09 0.69 0 0.27
HSL 292.56º 0.53% 0.48% -
HSV(B) 292.56º 0.69% 0.73% -
XYZ 26.9 15.02 47.94 -
YUV 105.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 170 57 186 0.09 0.69 0 0.27 292.56 0.53 0.48
Hex AA 39 BA 9 45 0 1B 125 35 30
Octal 252 71 272 11 105 0 33 445 65 60
Binary 10101010 111001 10111010 1001 1000101 0 11011 100100101 110101 110000

Color Harmonies of #AA39BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA39BA

Black with #AA39BA

Text Example


Text Example

White with #AA39BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA39BA; }

 p { color: rgb(170,57,186); }

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

background-color css

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

 a { background-color: rgb(170,57,186); }

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

border-color css

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

 span { border-color: rgb(170,57,186); }

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