Html Css Color HEX #AA40EB Dark Orchid

📋 copy color: '#AA40EB'

red 170 ◦ green 64 ◦ blue 235

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

Shades of Dark Orchid #AA40EB

Tints of Dark Orchid #AA40EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 36.25%
G = 13.65%
B = 50.11%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA40EB (or 0xAA40EB) is known color: Dark Orchid. HEX triplet: AA, 40 and EB. RGB value is (170,64,235). Sum of RGB (Red+Green+Blue) = 170+64+235=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA40EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA40EB is #55BF14. Grayscale: #727272. Windows color (decimal): -5619477 or 15417514. OLE color: 15417514.

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

Color convert

RGB 170 64 235 -
CMYK 0.28 0.73 0 0.08
HSL 277.19º 0.81% 0.59% -
HSV(B) 277.19º 0.73% 0.92% -
XYZ 33.41 18.21 80.35 -
YUV 115.19 195.62 167.1 -
System Red Green Blue C M Y K H S L
Decimal 170 64 235 0.28 0.73 0 0.08 277.19 0.81 0.59
Hex AA 40 EB 1C 49 0 8 115 51 3B
Octal 252 100 353 34 111 0 10 425 121 73
Binary 10101010 1000000 11101011 11100 1001001 0 1000 100010101 1010001 111011

Color Harmonies of #AA40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA40EB

Black with #AA40EB

Text Example


Text Example

White with #AA40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA40EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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