Html Css Color HEX #AB60FD Medium Purple

📋 copy color: '#AB60FD'

red 171 ◦ green 96 ◦ blue 253

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

Shades of Medium Purple #AB60FD

Tints of Medium Purple #AB60FD

RGB

 RED value IS 171 (67.19% from 255) = 32.88%

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

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

R = 32.88%
G = 18.46%
B = 48.65%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB60FD (or 0xAB60FD) is known color: Medium Purple. HEX triplet: AB, 60 and FD. RGB value is (171,96,253). Sum of RGB (Red+Green+Blue) = 171+96+253=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB60FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB60FD is #549F02. Grayscale: #878787. Windows color (decimal): -5545731 or 16605355. OLE color: 16605355.

HSL color Cylindrical-coordinate representation of color #AB60FD: hue angle of 268.66º 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 #AB60FD is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 96 253 -
CMYK 0.32 0.62 0 0.01
HSL 268.66º 0.98% 0.68% -
HSV(B) 268.66º 0.62% 0.99% -
XYZ 38.71 24.12 95.54 -
YUV 136.32 193.85 152.73 -
System Red Green Blue C M Y K H S L
Decimal 171 96 253 0.32 0.62 0 0.01 268.66 0.98 0.68
Hex AB 60 FD 20 3E 0 1 10D 62 44
Octal 253 140 375 40 76 0 1 415 142 104
Binary 10101011 1100000 11111101 100000 111110 0 1 100001101 1100010 1000100

Color Harmonies of #AB60FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60FD

Black with #AB60FD

Text Example


Text Example

White with #AB60FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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