Html Css Color HEX #AA37BF Dark Orchid

📋 copy color: '#AA37BF'

red 170 ◦ green 55 ◦ blue 191

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

Shades of Dark Orchid #AA37BF

Tints of Dark Orchid #AA37BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.91%

R = 40.87%
G = 13.22%
B = 45.91%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA37BF (or 0xAA37BF) is known color: Dark Orchid. HEX triplet: AA, 37 and BF. RGB value is (170,55,191). Sum of RGB (Red+Green+Blue) = 170+55+191=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA37BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37BF is #55C840. Grayscale: #686868. Windows color (decimal): -5621825 or 12531626. OLE color: 12531626.

HSL color Cylindrical-coordinate representation of color #AA37BF: hue angle of 290.74º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA37BF is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 55 191 -
CMYK 0.11 0.71 0 0.25
HSL 290.74º 0.55% 0.48% -
HSV(B) 290.74º 0.71% 0.75% -
XYZ 27.35 15.04 50.75 -
YUV 104.89 176.6 174.44 -
System Red Green Blue C M Y K H S L
Decimal 170 55 191 0.11 0.71 0 0.25 290.74 0.55 0.48
Hex AA 37 BF B 47 0 19 123 37 30
Octal 252 67 277 13 107 0 31 443 67 60
Binary 10101010 110111 10111111 1011 1000111 0 11001 100100011 110111 110000

Color Harmonies of #AA37BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37BF

Black with #AA37BF

Text Example


Text Example

White with #AA37BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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