Html Css Color HEX #AA37BA Dark Orchid

📋 copy color: '#AA37BA'

red 170 ◦ green 55 ◦ blue 186

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

Shades of Dark Orchid #AA37BA

Tints of Dark Orchid #AA37BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.38%

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

R = 41.36%
G = 13.38%
B = 45.26%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA37BA (or 0xAA37BA) is known color: Dark Orchid. HEX triplet: AA, 37 and BA. RGB value is (170,55,186). Sum of RGB (Red+Green+Blue) = 170+55+186=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA37BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37BA is #55C845. Grayscale: #676767. Windows color (decimal): -5621830 or 12203946. OLE color: 12203946.

HSL color Cylindrical-coordinate representation of color #AA37BA: hue angle of 292.67º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA37BA is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 55 186 -
CMYK 0.09 0.70 0 0.27
HSL 292.67º 0.54% 0.47% -
HSV(B) 292.67º 0.7% 0.73% -
XYZ 26.81 14.82 47.9 -
YUV 104.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 170 55 186 0.09 0.70 0 0.27 292.67 0.54 0.47
Hex AA 37 BA 9 46 0 1B 125 36 2F
Octal 252 67 272 11 106 0 33 445 66 57
Binary 10101010 110111 10111010 1001 1000110 0 11011 100100101 110110 101111

Color Harmonies of #AA37BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37BA

Black with #AA37BA

Text Example


Text Example

White with #AA37BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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