Html Css Color HEX #A860FB Medium Purple

📋 copy color: '#A860FB'

red 168 ◦ green 96 ◦ blue 251

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

Shades of Medium Purple #A860FB

Tints of Medium Purple #A860FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.74%

R = 32.62%
G = 18.64%
B = 48.74%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A860FB (or 0xA860FB) is known color: Medium Purple. HEX triplet: A8, 60 and FB. RGB value is (168,96,251). Sum of RGB (Red+Green+Blue) = 168+96+251=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #A860FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A860FB is #579F04. Grayscale: #868686. Windows color (decimal): -5742341 or 16474280. OLE color: 16474280.

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

Color convert

RGB 168 96 251 -
CMYK 0.33 0.62 0 0.02
HSL 267.87º 0.95% 0.68% -
HSV(B) 267.87º 0.62% 0.98% -
XYZ 37.74 23.66 93.84 -
YUV 135.2 193.35 151.4 -
System Red Green Blue C M Y K H S L
Decimal 168 96 251 0.33 0.62 0 0.02 267.87 0.95 0.68
Hex A8 60 FB 21 3E 0 2 10C 5F 44
Octal 250 140 373 41 76 0 2 414 137 104
Binary 10101000 1100000 11111011 100001 111110 0 10 100001100 1011111 1000100

Color Harmonies of #A860FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A860FB

Black with #A860FB

Text Example


Text Example

White with #A860FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A860FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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