Html Css Color HEX #AB5FFC Medium Purple

📋 copy color: '#AB5FFC'

red 171 ◦ green 95 ◦ blue 252

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

Shades of Medium Purple #AB5FFC

Tints of Medium Purple #AB5FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.34%

 BLUE value IS 252 (98.83% from 255) = 48.65%

R = 33.01%
G = 18.34%
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

#AB5FFC (or 0xAB5FFC) is known color: Medium Purple. HEX triplet: AB, 5F and FC. RGB value is (171,95,252). Sum of RGB (Red+Green+Blue) = 171+95+252=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB5FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5FFC is #54A003. Grayscale: #878787. Windows color (decimal): -5545988 or 16539563. OLE color: 16539563.

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

Color convert

RGB 171 95 252 -
CMYK 0.32 0.62 0 0.01
HSL 269.04º 0.96% 0.68% -
HSV(B) 269.04º 0.62% 0.99% -
XYZ 38.46 23.87 94.68 -
YUV 135.62 193.68 153.23 -
System Red Green Blue C M Y K H S L
Decimal 171 95 252 0.32 0.62 0 0.01 269.04 0.96 0.68
Hex AB 5F FC 20 3E 0 1 10D 60 44
Octal 253 137 374 40 76 0 1 415 140 104
Binary 10101011 1011111 11111100 100000 111110 0 1 100001101 1100000 1000100

Color Harmonies of #AB5FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5FFC

Black with #AB5FFC

Text Example


Text Example

White with #AB5FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5FFC; }

 p { color: rgb(171,95,252); }

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

background-color css

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

 a { background-color: rgb(171,95,252); }

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

border-color css

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

 span { border-color: rgb(171,95,252); }

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