Html Css Color HEX #AA60EE Medium Purple

📋 copy color: '#AA60EE'

red 170 ◦ green 96 ◦ blue 238

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

Shades of Medium Purple #AA60EE

Tints of Medium Purple #AA60EE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.05%

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

R = 33.73%
G = 19.05%
B = 47.22%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA60EE (or 0xAA60EE) is known color: Medium Purple. HEX triplet: AA, 60 and EE. RGB value is (170,96,238). Sum of RGB (Red+Green+Blue) = 170+96+238=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA60EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60EE is #559F11. Grayscale: #858585. Windows color (decimal): -5611282 or 15622314. OLE color: 15622314.

HSL color Cylindrical-coordinate representation of color #AA60EE: hue angle of 271.27º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA60EE is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 96 238 -
CMYK 0.29 0.60 0 0.07
HSL 271.27º 0.81% 0.65% -
HSV(B) 271.27º 0.6% 0.93% -
XYZ 36.19 23.08 83.44 -
YUV 134.31 186.52 153.45 -
System Red Green Blue C M Y K H S L
Decimal 170 96 238 0.29 0.60 0 0.07 271.27 0.81 0.65
Hex AA 60 EE 1D 3C 0 7 10F 51 41
Octal 252 140 356 35 74 0 7 417 121 101
Binary 10101010 1100000 11101110 11101 111100 0 111 100001111 1010001 1000001

Color Harmonies of #AA60EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA60EE

Black with #AA60EE

Text Example


Text Example

White with #AA60EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA60EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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