Html Css Color HEX #AA60FF Medium Purple

📋 copy color: '#AA60FF'

red 170 ◦ green 96 ◦ blue 255

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

Shades of Medium Purple #AA60FF

Tints of Medium Purple #AA60FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.94%

R = 32.63%
G = 18.43%
B = 48.94%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA60FF (or 0xAA60FF) is known color: Medium Purple. HEX triplet: AA, 60 and FF. RGB value is (170,96,255). Sum of RGB (Red+Green+Blue) = 170+96+255=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA60FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60FF is #559F00. Grayscale: #878787. Windows color (decimal): -5611265 or 16736426. OLE color: 16736426.

HSL color Cylindrical-coordinate representation of color #AA60FF: hue angle of 267.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA60FF is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 96 255 -
CMYK 0.33 0.62 0 0
HSL 267.92º 1% 0.69% -
HSV(B) 267.92º 0.62% 1% -
XYZ 38.81 24.13 97.22 -
YUV 136.25 195.02 152.07 -
System Red Green Blue C M Y K H S L
Decimal 170 96 255 0.33 0.62 0 0 267.92 1 0.69
Hex AA 60 FF 21 3E 0 0 10C 64 45
Octal 252 140 377 41 76 0 0 414 144 105
Binary 10101010 1100000 11111111 100001 111110 0 0 100001100 1100100 1000101

Color Harmonies of #AA60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA60FF

Black with #AA60FF

Text Example


Text Example

White with #AA60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA60FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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