Html Css Color HEX #AB5EFC Medium Purple

📋 copy color: '#AB5EFC'

red 171 ◦ green 94 ◦ blue 252

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

Shades of Medium Purple #AB5EFC

Tints of Medium Purple #AB5EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.74%

R = 33.08%
G = 18.18%
B = 48.74%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB5EFC (or 0xAB5EFC) is known color: Medium Purple. HEX triplet: AB, 5E and FC. RGB value is (171,94,252). Sum of RGB (Red+Green+Blue) = 171+94+252=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB5EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5EFC is #54A103. Grayscale: #868686. Windows color (decimal): -5546244 or 16539307. OLE color: 16539307.

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

Color convert

RGB 171 94 252 -
CMYK 0.32 0.63 0 0.01
HSL 269.24º 0.96% 0.68% -
HSV(B) 269.24º 0.63% 0.99% -
XYZ 38.37 23.69 94.65 -
YUV 135.04 194.01 153.65 -
System Red Green Blue C M Y K H S L
Decimal 171 94 252 0.32 0.63 0 0.01 269.24 0.96 0.68
Hex AB 5E FC 20 3F 0 1 10D 60 44
Octal 253 136 374 40 77 0 1 415 140 104
Binary 10101011 1011110 11111100 100000 111111 0 1 100001101 1100000 1000100

Color Harmonies of #AB5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5EFC

Black with #AB5EFC

Text Example


Text Example

White with #AB5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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