Html Css Color HEX #A860FD Medium Purple

📋 copy color: '#A860FD'

red 168 ◦ green 96 ◦ blue 253

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

Shades of Medium Purple #A860FD

Tints of Medium Purple #A860FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.94%

R = 32.5%
G = 18.57%
B = 48.94%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A860FD (or 0xA860FD) is known color: Medium Purple. HEX triplet: A8, 60 and FD. RGB value is (168,96,253). Sum of RGB (Red+Green+Blue) = 168+96+253=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #A860FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A860FD is #579F02. Grayscale: #868686. Windows color (decimal): -5742339 or 16605352. OLE color: 16605352.

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

Color convert

RGB 168 96 253 -
CMYK 0.34 0.62 0 0.01
HSL 267.52º 0.98% 0.68% -
HSV(B) 267.52º 0.62% 0.99% -
XYZ 38.06 23.78 95.51 -
YUV 135.43 194.35 151.23 -
System Red Green Blue C M Y K H S L
Decimal 168 96 253 0.34 0.62 0 0.01 267.52 0.98 0.68
Hex A8 60 FD 22 3E 0 1 10C 62 44
Octal 250 140 375 42 76 0 1 414 142 104
Binary 10101000 1100000 11111101 100010 111110 0 1 100001100 1100010 1000100

Color Harmonies of #A860FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A860FD

Black with #A860FD

Text Example


Text Example

White with #A860FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A860FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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