Html Css Color HEX #AA37CE Dark Orchid

📋 copy color: '#AA37CE'

red 170 ◦ green 55 ◦ blue 206

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

Shades of Dark Orchid #AA37CE

Tints of Dark Orchid #AA37CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 39.44%
G = 12.76%
B = 47.8%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA37CE (or 0xAA37CE) is known color: Dark Orchid. HEX triplet: AA, 37 and CE. RGB value is (170,55,206). Sum of RGB (Red+Green+Blue) = 170+55+206=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA37CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37CE is #55C831. Grayscale: #6A6A6A. Windows color (decimal): -5621810 or 13514666. OLE color: 13514666.

HSL color Cylindrical-coordinate representation of color #AA37CE: hue angle of 285.7º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA37CE is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 55 206 -
CMYK 0.17 0.73 0 0.19
HSL 285.7º 0.61% 0.51% -
HSV(B) 285.7º 0.73% 0.81% -
XYZ 29.08 15.73 59.9 -
YUV 106.6 184.1 173.22 -
System Red Green Blue C M Y K H S L
Decimal 170 55 206 0.17 0.73 0 0.19 285.7 0.61 0.51
Hex AA 37 CE 11 49 0 13 11E 3D 33
Octal 252 67 316 21 111 0 23 436 75 63
Binary 10101010 110111 11001110 10001 1001001 0 10011 100011110 111101 110011

Color Harmonies of #AA37CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37CE

Black with #AA37CE

Text Example


Text Example

White with #AA37CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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