Html Css Color HEX #A260EB Medium Purple

📋 copy color: '#A260EB'

red 162 ◦ green 96 ◦ blue 235

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

Shades of Medium Purple #A260EB

Tints of Medium Purple #A260EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.67%

R = 32.86%
G = 19.47%
B = 47.67%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A260EB (or 0xA260EB) is known color: Medium Purple. HEX triplet: A2, 60 and EB. RGB value is (162,96,235). Sum of RGB (Red+Green+Blue) = 162+96+235=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #A260EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A260EB is #5D9F14. Grayscale: #838383. Windows color (decimal): -6135573 or 15425698. OLE color: 15425698.

HSL color Cylindrical-coordinate representation of color #A260EB: hue angle of 268.49º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A260EB is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 96 235 -
CMYK 0.31 0.59 0 0.08
HSL 268.49º 0.78% 0.65% -
HSV(B) 268.49º 0.59% 0.92% -
XYZ 34.08 22.05 81.06 -
YUV 131.58 186.37 149.7 -
System Red Green Blue C M Y K H S L
Decimal 162 96 235 0.31 0.59 0 0.08 268.49 0.78 0.65
Hex A2 60 EB 1F 3B 0 8 10C 4E 41
Octal 242 140 353 37 73 0 10 414 116 101
Binary 10100010 1100000 11101011 11111 111011 0 1000 100001100 1001110 1000001

Color Harmonies of #A260EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A260EB

Black with #A260EB

Text Example


Text Example

White with #A260EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A260EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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