Html Css Color HEX #AB5BFB Medium Purple

📋 copy color: '#AB5BFB'

red 171 ◦ green 91 ◦ blue 251

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

Shades of Medium Purple #AB5BFB

Tints of Medium Purple #AB5BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.74%

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

R = 33.33%
G = 17.74%
B = 48.93%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB5BFB (or 0xAB5BFB) is known color: Medium Purple. HEX triplet: AB, 5B and FB. RGB value is (171,91,251). Sum of RGB (Red+Green+Blue) = 171+91+251=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB5BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5BFB is #54A404. Grayscale: #848484. Windows color (decimal): -5547013 or 16473003. OLE color: 16473003.

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

Color convert

RGB 171 91 251 -
CMYK 0.32 0.64 0 0.02
HSL 270º 0.95% 0.67% -
HSV(B) 270º 0.64% 0.98% -
XYZ 37.95 23.11 93.73 -
YUV 133.16 194.5 154.99 -
System Red Green Blue C M Y K H S L
Decimal 171 91 251 0.32 0.64 0 0.02 270 0.95 0.67
Hex AB 5B FB 20 40 0 2 10E 5F 43
Octal 253 133 373 40 100 0 2 416 137 103
Binary 10101011 1011011 11111011 100000 1000000 0 10 100001110 1011111 1000011

Color Harmonies of #AB5BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5BFB

Black with #AB5BFB

Text Example


Text Example

White with #AB5BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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