Html Css Color HEX #AA39EC Dark Orchid

📋 copy color: '#AA39EC'

red 170 ◦ green 57 ◦ blue 236

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

Shades of Dark Orchid #AA39EC

Tints of Dark Orchid #AA39EC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.31%

 BLUE value IS 236 (92.58% from 255) = 50.97%

R = 36.72%
G = 12.31%
B = 50.97%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA39EC (or 0xAA39EC) is known color: Dark Orchid. HEX triplet: AA, 39 and EC. RGB value is (170,57,236). Sum of RGB (Red+Green+Blue) = 170+57+236=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA39EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA39EC is #55C613. Grayscale: #6E6E6E. Windows color (decimal): -5621268 or 15481258. OLE color: 15481258.

HSL color Cylindrical-coordinate representation of color #AA39EC: hue angle of 277.88º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA39EC is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 57 236 -
CMYK 0.28 0.76 0 0.07
HSL 277.88º 0.82% 0.57% -
HSV(B) 277.88º 0.76% 0.93% -
XYZ 33.18 17.53 80.99 -
YUV 111.19 198.44 169.95 -
System Red Green Blue C M Y K H S L
Decimal 170 57 236 0.28 0.76 0 0.07 277.88 0.82 0.57
Hex AA 39 EC 1C 4C 0 7 116 52 39
Octal 252 71 354 34 114 0 7 426 122 71
Binary 10101010 111001 11101100 11100 1001100 0 111 100010110 1010010 111001

Color Harmonies of #AA39EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA39EC

Black with #AA39EC

Text Example


Text Example

White with #AA39EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA39EC; }

 p { color: rgb(170,57,236); }

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

background-color css

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

 a { background-color: rgb(170,57,236); }

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

border-color css

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

 span { border-color: rgb(170,57,236); }

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