Html Css Color HEX #AA40ED Dark Orchid

📋 copy color: '#AA40ED'

red 170 ◦ green 64 ◦ blue 237

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

Shades of Dark Orchid #AA40ED

Tints of Dark Orchid #AA40ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.32%

R = 36.09%
G = 13.59%
B = 50.32%

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

#AA40ED (or 0xAA40ED) is known color: Dark Orchid. HEX triplet: AA, 40 and ED. RGB value is (170,64,237). Sum of RGB (Red+Green+Blue) = 170+64+237=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA40ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA40ED is #55BF12. Grayscale: #727272. Windows color (decimal): -5619475 or 15548586. OLE color: 15548586.

HSL color Cylindrical-coordinate representation of color #AA40ED: hue angle of 276.76º degrees, saturation: 0.83, 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 #AA40ED is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 64 237 -
CMYK 0.28 0.73 0 0.07
HSL 276.76º 0.83% 0.59% -
HSV(B) 276.76º 0.73% 0.93% -
XYZ 33.7 18.33 81.88 -
YUV 115.42 196.62 166.93 -
System Red Green Blue C M Y K H S L
Decimal 170 64 237 0.28 0.73 0 0.07 276.76 0.83 0.59
Hex AA 40 ED 1C 49 0 7 115 53 3B
Octal 252 100 355 34 111 0 7 425 123 73
Binary 10101010 1000000 11101101 11100 1001001 0 111 100010101 1010011 111011

Color Harmonies of #AA40ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA40ED

Black with #AA40ED

Text Example


Text Example

White with #AA40ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA40ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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