Html Css Color HEX #AA40E0 Dark Orchid

📋 copy color: '#AA40E0'

red 170 ◦ green 64 ◦ blue 224

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

Shades of Dark Orchid #AA40E0

Tints of Dark Orchid #AA40E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.91%

R = 37.12%
G = 13.97%
B = 48.91%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA40E0 (or 0xAA40E0) is known color: Dark Orchid. HEX triplet: AA, 40 and E0. RGB value is (170,64,224). Sum of RGB (Red+Green+Blue) = 170+64+224=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA40E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40E0 is #55BF1F. Grayscale: #717171. Windows color (decimal): -5619488 or 14696618. OLE color: 14696618.

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

Color convert

RGB 170 64 224 -
CMYK 0.24 0.71 0 0.12
HSL 279.75º 0.72% 0.56% -
HSV(B) 279.75º 0.71% 0.88% -
XYZ 31.87 17.59 72.24 -
YUV 113.93 190.12 167.99 -
System Red Green Blue C M Y K H S L
Decimal 170 64 224 0.24 0.71 0 0.12 279.75 0.72 0.56
Hex AA 40 E0 18 47 0 C 118 48 38
Octal 252 100 340 30 107 0 14 430 110 70
Binary 10101010 1000000 11100000 11000 1000111 0 1100 100011000 1001000 111000

Color Harmonies of #AA40E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA40E0

Black with #AA40E0

Text Example


Text Example

White with #AA40E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA40E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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