Html Css Color HEX #A060F9 Medium Purple

📋 copy color: '#A060F9'

red 160 ◦ green 96 ◦ blue 249

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

Shades of Medium Purple #A060F9

Tints of Medium Purple #A060F9

RGB

 RED value IS 160 (62.89% from 255) = 31.68%

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

 BLUE value IS 249 (97.66% from 255) = 49.31%

R = 31.68%
G = 19.01%
B = 49.31%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A060F9 (or 0xA060F9) is known color: Medium Purple. HEX triplet: A0, 60 and F9. RGB value is (160,96,249). Sum of RGB (Red+Green+Blue) = 160+96+249=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #A060F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A060F9 is #5F9F06. Grayscale: #848484. Windows color (decimal): -6266631 or 16343200. OLE color: 16343200.

HSL color Cylindrical-coordinate representation of color #A060F9: hue angle of 265.1º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A060F9 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 96 249 -
CMYK 0.36 0.61 0 0.02
HSL 265.1º 0.93% 0.68% -
HSV(B) 265.1º 0.61% 0.98% -
XYZ 35.78 22.68 92.11 -
YUV 132.58 193.7 147.56 -
System Red Green Blue C M Y K H S L
Decimal 160 96 249 0.36 0.61 0 0.02 265.1 0.93 0.68
Hex A0 60 F9 24 3D 0 2 109 5D 44
Octal 240 140 371 44 75 0 2 411 135 104
Binary 10100000 1100000 11111001 100100 111101 0 10 100001001 1011101 1000100

Color Harmonies of #A060F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A060F9

Black with #A060F9

Text Example


Text Example

White with #A060F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A060F9; }

 p { color: rgb(160,96,249); }

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

background-color css

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

 a { background-color: rgb(160,96,249); }

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

border-color css

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

 span { border-color: rgb(160,96,249); }

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