Html Css Color HEX #AA37DB Dark Orchid

📋 copy color: '#AA37DB'

red 170 ◦ green 55 ◦ blue 219

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

Shades of Dark Orchid #AA37DB

Tints of Dark Orchid #AA37DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 38.29%
G = 12.39%
B = 49.32%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA37DB (or 0xAA37DB) is known color: Dark Orchid. HEX triplet: AA, 37 and DB. RGB value is (170,55,219). Sum of RGB (Red+Green+Blue) = 170+55+219=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA37DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37DB is #55C824. Grayscale: #6B6B6B. Windows color (decimal): -5621797 or 14366634. OLE color: 14366634.

HSL color Cylindrical-coordinate representation of color #AA37DB: hue angle of 282.07º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA37DB is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 55 219 -
CMYK 0.22 0.75 0 0.14
HSL 282.07º 0.69% 0.54% -
HSV(B) 282.07º 0.75% 0.86% -
XYZ 30.73 16.39 68.56 -
YUV 108.08 190.6 172.16 -
System Red Green Blue C M Y K H S L
Decimal 170 55 219 0.22 0.75 0 0.14 282.07 0.69 0.54
Hex AA 37 DB 16 4B 0 E 11A 45 36
Octal 252 67 333 26 113 0 16 432 105 66
Binary 10101010 110111 11011011 10110 1001011 0 1110 100011010 1000101 110110

Color Harmonies of #AA37DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37DB

Black with #AA37DB

Text Example


Text Example

White with #AA37DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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