Html Css Color HEX #AA37DF Dark Orchid

📋 copy color: '#AA37DF'

red 170 ◦ green 55 ◦ blue 223

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

Shades of Dark Orchid #AA37DF

Tints of Dark Orchid #AA37DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 37.95%
G = 12.28%
B = 49.78%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA37DF (or 0xAA37DF) is known color: Dark Orchid. HEX triplet: AA, 37 and DF. RGB value is (170,55,223). Sum of RGB (Red+Green+Blue) = 170+55+223=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA37DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37DF is #55C820. Grayscale: #6B6B6B. Windows color (decimal): -5621793 or 14628778. OLE color: 14628778.

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

Color convert

RGB 170 55 223 -
CMYK 0.24 0.75 0 0.13
HSL 281.07º 0.72% 0.55% -
HSV(B) 281.07º 0.75% 0.87% -
XYZ 31.26 16.61 71.37 -
YUV 108.54 192.6 171.84 -
System Red Green Blue C M Y K H S L
Decimal 170 55 223 0.24 0.75 0 0.13 281.07 0.72 0.55
Hex AA 37 DF 18 4B 0 D 119 48 37
Octal 252 67 337 30 113 0 15 431 110 67
Binary 10101010 110111 11011111 11000 1001011 0 1101 100011001 1001000 110111

Color Harmonies of #AA37DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37DF

Black with #AA37DF

Text Example


Text Example

White with #AA37DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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