Html Css Color HEX #AA37E1 Dark Orchid

📋 copy color: '#AA37E1'

red 170 ◦ green 55 ◦ blue 225

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

Shades of Dark Orchid #AA37E1

Tints of Dark Orchid #AA37E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50%

R = 37.78%
G = 12.22%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA37E1 (or 0xAA37E1) is known color: Dark Orchid. HEX triplet: AA, 37 and E1. RGB value is (170,55,225). Sum of RGB (Red+Green+Blue) = 170+55+225=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA37E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37E1 is #55C81E. Grayscale: #6C6C6C. Windows color (decimal): -5621791 or 14759850. OLE color: 14759850.

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

Color convert

RGB 170 55 225 -
CMYK 0.24 0.76 0 0.12
HSL 280.59º 0.74% 0.55% -
HSV(B) 280.59º 0.76% 0.88% -
XYZ 31.53 16.71 72.8 -
YUV 108.77 193.6 171.68 -
System Red Green Blue C M Y K H S L
Decimal 170 55 225 0.24 0.76 0 0.12 280.59 0.74 0.55
Hex AA 37 E1 18 4C 0 C 119 4A 37
Octal 252 67 341 30 114 0 14 431 112 67
Binary 10101010 110111 11100001 11000 1001100 0 1100 100011001 1001010 110111

Color Harmonies of #AA37E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37E1

Black with #AA37E1

Text Example


Text Example

White with #AA37E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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