Html Css Color HEX #AA37BC Dark Orchid

📋 copy color: '#AA37BC'

red 170 ◦ green 55 ◦ blue 188

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

Shades of Dark Orchid #AA37BC

Tints of Dark Orchid #AA37BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 41.16%
G = 13.32%
B = 45.52%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA37BC (or 0xAA37BC) is known color: Dark Orchid. HEX triplet: AA, 37 and BC. RGB value is (170,55,188). Sum of RGB (Red+Green+Blue) = 170+55+188=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA37BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37BC is #55C843. Grayscale: #686868. Windows color (decimal): -5621828 or 12335018. OLE color: 12335018.

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

Color convert

RGB 170 55 188 -
CMYK 0.10 0.71 0 0.26
HSL 291.88º 0.55% 0.48% -
HSV(B) 291.88º 0.71% 0.74% -
XYZ 27.02 14.91 49.03 -
YUV 104.55 175.1 174.69 -
System Red Green Blue C M Y K H S L
Decimal 170 55 188 0.10 0.71 0 0.26 291.88 0.55 0.48
Hex AA 37 BC A 47 0 1A 124 37 30
Octal 252 67 274 12 107 0 32 444 67 60
Binary 10101010 110111 10111100 1010 1000111 0 11010 100100100 110111 110000

Color Harmonies of #AA37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37BC

Black with #AA37BC

Text Example


Text Example

White with #AA37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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