#AB5CFD

Color #AB5CFD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AB5CFD

Tints of Medium Purple #AB5CFD

Color information

#AB5CFD (or 0xAB5CFD) is unknown color: approx Medium Purple. HEX triplet: AB, 5C and FD. RGB value is (171,92,253). Sum of RGB (Red+Green+Blue) = 171+92+253=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB5CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5CFD is #54A302. Grayscale: #858585. Windows color (decimal): -5546755 or 16604331. OLE color: 16604331.

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

Color convert

RGB17192253-
CMYK0.320.6400.01
HSL269.44º97.58%67.65%-
HSV(B)269.44º63.64%99.22%-
XYZ38.3523.495.42-
YUV133.98195.17154.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 92 (36.33% from 255) = 17.83%
BLUE value IS 253 (99.22% from 255) = 49.03%
R=33.14%
G=17.83%
B=49.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal171922530.320.6400.01269.4497.5867.65
HexAB5CFD20400110d6244
Octal2531343754010001415142104
Binary1010101110111001111110110000010000000110000110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5CFD; }

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

 H1.HeaderClassName
 {
   color: #AB5CFD;
 }
 .AnyTagClassName
 {
   color: #AB5CFD;
 }
</style>
background-color css

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

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

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

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

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

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