Html Css Color HEX #AB5DFB Medium Purple

📋 copy color: '#AB5DFB'

red 171 ◦ green 93 ◦ blue 251

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

Shades of Medium Purple #AB5DFB

Tints of Medium Purple #AB5DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.06%

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

R = 33.2%
G = 18.06%
B = 48.74%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB5DFB (or 0xAB5DFB) is known color: Medium Purple. HEX triplet: AB, 5D and FB. RGB value is (171,93,251). Sum of RGB (Red+Green+Blue) = 171+93+251=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB5DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5DFB is #54A204. Grayscale: #858585. Windows color (decimal): -5546501 or 16473515. OLE color: 16473515.

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

Color convert

RGB 171 93 251 -
CMYK 0.32 0.63 0 0.02
HSL 269.62º 0.95% 0.67% -
HSV(B) 269.62º 0.63% 0.98% -
XYZ 38.12 23.45 93.78 -
YUV 134.33 193.84 154.15 -
System Red Green Blue C M Y K H S L
Decimal 171 93 251 0.32 0.63 0 0.02 269.62 0.95 0.67
Hex AB 5D FB 20 3F 0 2 10E 5F 43
Octal 253 135 373 40 77 0 2 416 137 103
Binary 10101011 1011101 11111011 100000 111111 0 10 100001110 1011111 1000011

Color Harmonies of #AB5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DFB

Black with #AB5DFB

Text Example


Text Example

White with #AB5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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