Html Css Color HEX #AB5FFE Medium Purple

📋 copy color: '#AB5FFE'

red 171 ◦ green 95 ◦ blue 254

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

Shades of Medium Purple #AB5FFE

Tints of Medium Purple #AB5FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.27%

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

R = 32.88%
G = 18.27%
B = 48.85%

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

#AB5FFE (or 0xAB5FFE) is known color: Medium Purple. HEX triplet: AB, 5F and FE. RGB value is (171,95,254). Sum of RGB (Red+Green+Blue) = 171+95+254=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB5FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5FFE is #54A001. Grayscale: #878787. Windows color (decimal): -5545986 or 16670635. OLE color: 16670635.

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

Color convert

RGB 171 95 254 -
CMYK 0.33 0.63 0 0.00
HSL 268.68º 0.99% 0.68% -
HSV(B) 268.68º 0.63% 1% -
XYZ 38.78 24 96.35 -
YUV 135.85 194.68 153.07 -
System Red Green Blue C M Y K H S L
Decimal 171 95 254 0.33 0.63 0 0.00 268.68 0.99 0.68
Hex AB 5F FE 21 3F 0 0 10D 63 44
Octal 253 137 376 41 77 0 0 415 143 104
Binary 10101011 1011111 11111110 100001 111111 0 0 100001101 1100011 1000100

Color Harmonies of #AB5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5FFE

Black with #AB5FFE

Text Example


Text Example

White with #AB5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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