Html Css Color HEX #AA55EE Medium Orchid

📋 copy color: '#AA55EE'

red 170 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #AA55EE

Tints of Medium Orchid #AA55EE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.24%

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 34.48%
G = 17.24%
B = 48.28%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA55EE (or 0xAA55EE) is known color: Medium Orchid. HEX triplet: AA, 55 and EE. RGB value is (170,85,238). Sum of RGB (Red+Green+Blue) = 170+85+238=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA55EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55EE is #55AA11. Grayscale: #7F7F7F. Windows color (decimal): -5614098 or 15619498. OLE color: 15619498.

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

Color convert

RGB 170 85 238 -
CMYK 0.29 0.64 0 0.07
HSL 273.33º 0.82% 0.63% -
HSV(B) 273.33º 0.64% 0.93% -
XYZ 35.26 21.22 83.13 -
YUV 127.86 190.16 158.06 -
System Red Green Blue C M Y K H S L
Decimal 170 85 238 0.29 0.64 0 0.07 273.33 0.82 0.63
Hex AA 55 EE 1D 40 0 7 111 52 3F
Octal 252 125 356 35 100 0 7 421 122 77
Binary 10101010 1010101 11101110 11101 1000000 0 111 100010001 1010010 111111

Color Harmonies of #AA55EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55EE

Black with #AA55EE

Text Example


Text Example

White with #AA55EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55EE; }

 p { color: rgb(170,85,238); }

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

background-color css

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

 a { background-color: rgb(170,85,238); }

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

border-color css

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

 span { border-color: rgb(170,85,238); }

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