Html Css Color HEX #AB5DFE Medium Purple

📋 copy color: '#AB5DFE'

red 171 ◦ green 93 ◦ blue 254

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

Shades of Medium Purple #AB5DFE

Tints of Medium Purple #AB5DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 33.01%
G = 17.95%
B = 49.03%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB5DFE (or 0xAB5DFE) is known color: Medium Purple. HEX triplet: AB, 5D and FE. RGB value is (171,93,254). Sum of RGB (Red+Green+Blue) = 171+93+254=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB5DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5DFE is #54A201. Grayscale: #868686. Windows color (decimal): -5546498 or 16670123. OLE color: 16670123.

HSL color Cylindrical-coordinate representation of color #AB5DFE: hue angle of 269.07º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB5DFE is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 93 254 -
CMYK 0.33 0.63 0 0.00
HSL 269.07º 0.99% 0.68% -
HSV(B) 269.07º 0.63% 1% -
XYZ 38.6 23.64 96.3 -
YUV 134.68 195.34 153.91 -
System Red Green Blue C M Y K H S L
Decimal 171 93 254 0.33 0.63 0 0.00 269.07 0.99 0.68
Hex AB 5D FE 21 3F 0 0 10D 63 44
Octal 253 135 376 41 77 0 0 415 143 104
Binary 10101011 1011101 11111110 100001 111111 0 0 100001101 1100011 1000100

Color Harmonies of #AB5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DFE

Black with #AB5DFE

Text Example


Text Example

White with #AB5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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