Html Css Color HEX #A860FE Medium Purple

📋 copy color: '#A860FE'

red 168 ◦ green 96 ◦ blue 254

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

Shades of Medium Purple #A860FE

Tints of Medium Purple #A860FE

RGB

 RED value IS 168 (66.02% from 255) = 32.43%

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

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 32.43%
G = 18.53%
B = 49.03%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A860FE (or 0xA860FE) is known color: Medium Purple. HEX triplet: A8, 60 and FE. RGB value is (168,96,254). Sum of RGB (Red+Green+Blue) = 168+96+254=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #A860FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A860FE is #579F01. Grayscale: #868686. Windows color (decimal): -5742338 or 16670888. OLE color: 16670888.

HSL color Cylindrical-coordinate representation of color #A860FE: hue angle of 267.34º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A860FE is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 96 254 -
CMYK 0.34 0.62 0 0.00
HSL 267.34º 0.99% 0.69% -
HSV(B) 267.34º 0.62% 1% -
XYZ 38.22 23.85 96.35 -
YUV 135.54 194.85 151.15 -
System Red Green Blue C M Y K H S L
Decimal 168 96 254 0.34 0.62 0 0.00 267.34 0.99 0.69
Hex A8 60 FE 22 3E 0 0 10B 63 45
Octal 250 140 376 42 76 0 0 413 143 105
Binary 10101000 1100000 11111110 100010 111110 0 0 100001011 1100011 1000101

Color Harmonies of #A860FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A860FE

Black with #A860FE

Text Example


Text Example

White with #A860FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A860FE; }

 p { color: rgb(168,96,254); }

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

background-color css

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

 a { background-color: rgb(168,96,254); }

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

border-color css

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

 span { border-color: rgb(168,96,254); }

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