Html Css Color HEX #A260F9 Medium Purple

📋 copy color: '#A260F9'

red 162 ◦ green 96 ◦ blue 249

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

Shades of Medium Purple #A260F9

Tints of Medium Purple #A260F9

RGB

 RED value IS 162 (63.67% from 255) = 31.95%

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

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

R = 31.95%
G = 18.93%
B = 49.11%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A260F9 (or 0xA260F9) is known color: Medium Purple. HEX triplet: A2, 60 and F9. RGB value is (162,96,249). Sum of RGB (Red+Green+Blue) = 162+96+249=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #A260F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A260F9 is #5D9F06. Grayscale: #848484. Windows color (decimal): -6135559 or 16343202. OLE color: 16343202.

HSL color Cylindrical-coordinate representation of color #A260F9: hue angle of 265.88º 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 #A260F9 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 96 249 -
CMYK 0.35 0.61 0 0.02
HSL 265.88º 0.93% 0.68% -
HSV(B) 265.88º 0.61% 0.98% -
XYZ 36.18 22.89 92.13 -
YUV 133.18 193.37 148.56 -
System Red Green Blue C M Y K H S L
Decimal 162 96 249 0.35 0.61 0 0.02 265.88 0.93 0.68
Hex A2 60 F9 23 3D 0 2 10A 5D 44
Octal 242 140 371 43 75 0 2 412 135 104
Binary 10100010 1100000 11111001 100011 111101 0 10 100001010 1011101 1000100

Color Harmonies of #A260F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A260F9

Black with #A260F9

Text Example


Text Example

White with #A260F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A260F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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