Html Css Color HEX #AA37D9 Dark Orchid

📋 copy color: '#AA37D9'

red 170 ◦ green 55 ◦ blue 217

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

Shades of Dark Orchid #AA37D9

Tints of Dark Orchid #AA37D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.1%

R = 38.46%
G = 12.44%
B = 49.1%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA37D9 (or 0xAA37D9) is known color: Dark Orchid. HEX triplet: AA, 37 and D9. RGB value is (170,55,217). Sum of RGB (Red+Green+Blue) = 170+55+217=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA37D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37D9 is #55C826. Grayscale: #6B6B6B. Windows color (decimal): -5621799 or 14235562. OLE color: 14235562.

HSL color Cylindrical-coordinate representation of color #AA37D9: hue angle of 282.59º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA37D9 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 55 217 -
CMYK 0.22 0.75 0 0.15
HSL 282.59º 0.68% 0.53% -
HSV(B) 282.59º 0.75% 0.85% -
XYZ 30.47 16.29 67.18 -
YUV 107.85 189.6 172.33 -
System Red Green Blue C M Y K H S L
Decimal 170 55 217 0.22 0.75 0 0.15 282.59 0.68 0.53
Hex AA 37 D9 16 4B 0 F 11B 44 35
Octal 252 67 331 26 113 0 17 433 104 65
Binary 10101010 110111 11011001 10110 1001011 0 1111 100011011 1000100 110101

Color Harmonies of #AA37D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37D9

Black with #AA37D9

Text Example


Text Example

White with #AA37D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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