Html Css Color HEX #AA37E0 Dark Orchid

📋 copy color: '#AA37E0'

red 170 ◦ green 55 ◦ blue 224

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

Shades of Dark Orchid #AA37E0

Tints of Dark Orchid #AA37E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.89%

R = 37.86%
G = 12.25%
B = 49.89%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA37E0 (or 0xAA37E0) is known color: Dark Orchid. HEX triplet: AA, 37 and E0. RGB value is (170,55,224). Sum of RGB (Red+Green+Blue) = 170+55+224=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA37E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37E0 is #55C81F. Grayscale: #6C6C6C. Windows color (decimal): -5621792 or 14694314. OLE color: 14694314.

HSL color Cylindrical-coordinate representation of color #AA37E0: hue angle of 280.83º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA37E0 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 55 224 -
CMYK 0.24 0.75 0 0.12
HSL 280.83º 0.73% 0.55% -
HSV(B) 280.83º 0.75% 0.88% -
XYZ 31.4 16.66 72.08 -
YUV 108.65 193.1 171.76 -
System Red Green Blue C M Y K H S L
Decimal 170 55 224 0.24 0.75 0 0.12 280.83 0.73 0.55
Hex AA 37 E0 18 4B 0 C 119 49 37
Octal 252 67 340 30 113 0 14 431 111 67
Binary 10101010 110111 11100000 11000 1001011 0 1100 100011001 1001001 110111

Color Harmonies of #AA37E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37E0

Black with #AA37E0

Text Example


Text Example

White with #AA37E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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