Html Css Color HEX #AA40E1 Dark Orchid

📋 copy color: '#AA40E1'

red 170 ◦ green 64 ◦ blue 225

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

Shades of Dark Orchid #AA40E1

Tints of Dark Orchid #AA40E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.02%

R = 37.04%
G = 13.94%
B = 49.02%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA40E1 (or 0xAA40E1) is known color: Dark Orchid. HEX triplet: AA, 40 and E1. RGB value is (170,64,225). Sum of RGB (Red+Green+Blue) = 170+64+225=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA40E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40E1 is #55BF1E. Grayscale: #717171. Windows color (decimal): -5619487 or 14762154. OLE color: 14762154.

HSL color Cylindrical-coordinate representation of color #AA40E1: hue angle of 279.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA40E1 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 64 225 -
CMYK 0.24 0.72 0 0.12
HSL 279.5º 0.73% 0.57% -
HSV(B) 279.5º 0.72% 0.88% -
XYZ 32 17.65 72.95 -
YUV 114.05 190.62 167.91 -
System Red Green Blue C M Y K H S L
Decimal 170 64 225 0.24 0.72 0 0.12 279.5 0.73 0.57
Hex AA 40 E1 18 48 0 C 118 49 39
Octal 252 100 341 30 110 0 14 430 111 71
Binary 10101010 1000000 11100001 11000 1001000 0 1100 100011000 1001001 111001

Color Harmonies of #AA40E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA40E1

Black with #AA40E1

Text Example


Text Example

White with #AA40E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA40E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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