Html Css Color HEX #AB5EFE Medium Purple

📋 copy color: '#AB5EFE'

red 171 ◦ green 94 ◦ blue 254

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

Shades of Medium Purple #AB5EFE

Tints of Medium Purple #AB5EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.11%

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

R = 32.95%
G = 18.11%
B = 48.94%

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

#AB5EFE (or 0xAB5EFE) is known color: Medium Purple. HEX triplet: AB, 5E and FE. RGB value is (171,94,254). Sum of RGB (Red+Green+Blue) = 171+94+254=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB5EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5EFE is #54A101. Grayscale: #868686. Windows color (decimal): -5546242 or 16670379. OLE color: 16670379.

HSL color Cylindrical-coordinate representation of color #AB5EFE: hue angle of 268.88º 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 #AB5EFE is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 94 254 -
CMYK 0.33 0.63 0 0.00
HSL 268.88º 0.99% 0.68% -
HSV(B) 268.88º 0.63% 1% -
XYZ 38.69 23.82 96.32 -
YUV 135.26 195.01 153.49 -
System Red Green Blue C M Y K H S L
Decimal 171 94 254 0.33 0.63 0 0.00 268.88 0.99 0.68
Hex AB 5E FE 21 3F 0 0 10D 63 44
Octal 253 136 376 41 77 0 0 415 143 104
Binary 10101011 1011110 11111110 100001 111111 0 0 100001101 1100011 1000100

Color Harmonies of #AB5EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5EFE

Black with #AB5EFE

Text Example


Text Example

White with #AB5EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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