Html Css Color HEX #AA60FD Medium Purple

📋 copy color: '#AA60FD'

red 170 ◦ green 96 ◦ blue 253

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

Shades of Medium Purple #AA60FD

Tints of Medium Purple #AA60FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 32.76%
G = 18.5%
B = 48.75%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA60FD (or 0xAA60FD) is known color: Medium Purple. HEX triplet: AA, 60 and FD. RGB value is (170,96,253). Sum of RGB (Red+Green+Blue) = 170+96+253=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA60FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60FD is #559F02. Grayscale: #878787. Windows color (decimal): -5611267 or 16605354. OLE color: 16605354.

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

Color convert

RGB 170 96 253 -
CMYK 0.33 0.62 0 0.01
HSL 268.28º 0.98% 0.68% -
HSV(B) 268.28º 0.62% 0.99% -
XYZ 38.49 24 95.53 -
YUV 136.02 194.02 152.23 -
System Red Green Blue C M Y K H S L
Decimal 170 96 253 0.33 0.62 0 0.01 268.28 0.98 0.68
Hex AA 60 FD 21 3E 0 1 10C 62 44
Octal 252 140 375 41 76 0 1 414 142 104
Binary 10101010 1100000 11111101 100001 111110 0 1 100001100 1100010 1000100

Color Harmonies of #AA60FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA60FD

Black with #AA60FD

Text Example


Text Example

White with #AA60FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA60FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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