Html Css Color HEX #AA40EC Dark Orchid

📋 copy color: '#AA40EC'

red 170 ◦ green 64 ◦ blue 236

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

Shades of Dark Orchid #AA40EC

Tints of Dark Orchid #AA40EC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.62%

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

R = 36.17%
G = 13.62%
B = 50.21%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA40EC (or 0xAA40EC) is known color: Dark Orchid. HEX triplet: AA, 40 and EC. RGB value is (170,64,236). Sum of RGB (Red+Green+Blue) = 170+64+236=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA40EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA40EC is #55BF13. Grayscale: #727272. Windows color (decimal): -5619476 or 15483050. OLE color: 15483050.

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

Color convert

RGB 170 64 236 -
CMYK 0.28 0.73 0 0.07
HSL 276.98º 0.82% 0.59% -
HSV(B) 276.98º 0.73% 0.93% -
XYZ 33.55 18.27 81.11 -
YUV 115.3 196.12 167.01 -
System Red Green Blue C M Y K H S L
Decimal 170 64 236 0.28 0.73 0 0.07 276.98 0.82 0.59
Hex AA 40 EC 1C 49 0 7 115 52 3B
Octal 252 100 354 34 111 0 7 425 122 73
Binary 10101010 1000000 11101100 11100 1001001 0 111 100010101 1010010 111011

Color Harmonies of #AA40EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA40EC

Black with #AA40EC

Text Example


Text Example

White with #AA40EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA40EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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