Html Css Color HEX #AB5EFF Medium Purple

📋 copy color: '#AB5EFF'

red 171 ◦ green 94 ◦ blue 255

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

Shades of Medium Purple #AB5EFF

Tints of Medium Purple #AB5EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.04%

R = 32.88%
G = 18.08%
B = 49.04%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB5EFF (or 0xAB5EFF) is known color: Medium Purple. HEX triplet: AB, 5E and FF. RGB value is (171,94,255). Sum of RGB (Red+Green+Blue) = 171+94+255=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB5EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5EFF is #54A100. Grayscale: #868686. Windows color (decimal): -5546241 or 16735915. OLE color: 16735915.

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

Color convert

RGB 171 94 255 -
CMYK 0.33 0.63 0 0
HSL 268.7º 1% 0.68% -
HSV(B) 268.7º 0.63% 1% -
XYZ 38.85 23.88 97.17 -
YUV 135.38 195.51 153.41 -
System Red Green Blue C M Y K H S L
Decimal 171 94 255 0.33 0.63 0 0 268.7 1 0.68
Hex AB 5E FF 21 3F 0 0 10D 64 44
Octal 253 136 377 41 77 0 0 415 144 104
Binary 10101011 1011110 11111111 100001 111111 0 0 100001101 1100100 1000100

Color Harmonies of #AB5EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5EFF

Black with #AB5EFF

Text Example


Text Example

White with #AB5EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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