Html Css Color HEX #AB5AFE Medium Purple

📋 copy color: '#AB5AFE'

red 171 ◦ green 90 ◦ blue 254

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

Shades of Medium Purple #AB5AFE

Tints of Medium Purple #AB5AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.48%

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

R = 33.2%
G = 17.48%
B = 49.32%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB5AFE (or 0xAB5AFE) is known color: Medium Purple. HEX triplet: AB, 5A and FE. RGB value is (171,90,254). Sum of RGB (Red+Green+Blue) = 171+90+254=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB5AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5AFE is #54A501. Grayscale: #848484. Windows color (decimal): -5547266 or 16669355. OLE color: 16669355.

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

Color convert

RGB 171 90 254 -
CMYK 0.33 0.65 0 0.00
HSL 269.63º 0.99% 0.67% -
HSV(B) 269.63º 0.65% 1% -
XYZ 38.34 23.13 96.21 -
YUV 132.92 196.34 155.16 -
System Red Green Blue C M Y K H S L
Decimal 171 90 254 0.33 0.65 0 0.00 269.63 0.99 0.67
Hex AB 5A FE 21 41 0 0 10E 63 43
Octal 253 132 376 41 101 0 0 416 143 103
Binary 10101011 1011010 11111110 100001 1000001 0 0 100001110 1100011 1000011

Color Harmonies of #AB5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5AFE

Black with #AB5AFE

Text Example


Text Example

White with #AB5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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