Html Css Color HEX #AB5FFB Medium Purple

📋 copy color: '#AB5FFB'

red 171 ◦ green 95 ◦ blue 251

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

Shades of Medium Purple #AB5FFB

Tints of Medium Purple #AB5FFB

RGB

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

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

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

R = 33.08%
G = 18.38%
B = 48.55%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB5FFB (or 0xAB5FFB) is known color: Medium Purple. HEX triplet: AB, 5F and FB. RGB value is (171,95,251). Sum of RGB (Red+Green+Blue) = 171+95+251=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB5FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5FFB is #54A004. Grayscale: #868686. Windows color (decimal): -5545989 or 16474027. OLE color: 16474027.

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

Color convert

RGB 171 95 251 -
CMYK 0.32 0.62 0 0.02
HSL 269.23º 0.95% 0.68% -
HSV(B) 269.23º 0.62% 0.98% -
XYZ 38.3 23.81 93.84 -
YUV 135.51 193.18 153.32 -
System Red Green Blue C M Y K H S L
Decimal 171 95 251 0.32 0.62 0 0.02 269.23 0.95 0.68
Hex AB 5F FB 20 3E 0 2 10D 5F 44
Octal 253 137 373 40 76 0 2 415 137 104
Binary 10101011 1011111 11111011 100000 111110 0 10 100001101 1011111 1000100

Color Harmonies of #AB5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5FFB

Black with #AB5FFB

Text Example


Text Example

White with #AB5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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