Html Css Color HEX #AA60F3 Medium Purple

📋 copy color: '#AA60F3'

red 170 ◦ green 96 ◦ blue 243

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

Shades of Medium Purple #AA60F3

Tints of Medium Purple #AA60F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.74%

R = 33.4%
G = 18.86%
B = 47.74%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA60F3 (or 0xAA60F3) is known color: Medium Purple. HEX triplet: AA, 60 and F3. RGB value is (170,96,243). Sum of RGB (Red+Green+Blue) = 170+96+243=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA60F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60F3 is #559F0C. Grayscale: #868686. Windows color (decimal): -5611277 or 15949994. OLE color: 15949994.

HSL color Cylindrical-coordinate representation of color #AA60F3: hue angle of 270.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA60F3 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 96 243 -
CMYK 0.30 0.60 0 0.05
HSL 270.2º 0.86% 0.66% -
HSV(B) 270.2º 0.6% 0.95% -
XYZ 36.94 23.38 87.36 -
YUV 134.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 170 96 243 0.30 0.60 0 0.05 270.2 0.86 0.66
Hex AA 60 F3 1E 3C 0 5 10E 56 42
Octal 252 140 363 36 74 0 5 416 126 102
Binary 10101010 1100000 11110011 11110 111100 0 101 100001110 1010110 1000010

Color Harmonies of #AA60F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA60F3

Black with #AA60F3

Text Example


Text Example

White with #AA60F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA60F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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