Html Css Color HEX #AB5AFC Medium Purple

📋 copy color: '#AB5AFC'

red 171 ◦ green 90 ◦ blue 252

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

Shades of Medium Purple #AB5AFC

Tints of Medium Purple #AB5AFC

RGB

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

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

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

R = 33.33%
G = 17.54%
B = 49.12%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB5AFC (or 0xAB5AFC) is known color: Medium Purple. HEX triplet: AB, 5A and FC. RGB value is (171,90,252). Sum of RGB (Red+Green+Blue) = 171+90+252=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB5AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5AFC is #54A503. Grayscale: #848484. Windows color (decimal): -5547268 or 16538283. OLE color: 16538283.

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

Color convert

RGB 171 90 252 -
CMYK 0.32 0.64 0 0.01
HSL 270º 0.96% 0.67% -
HSV(B) 270º 0.64% 0.99% -
XYZ 38.02 23 94.53 -
YUV 132.69 195.34 155.33 -
System Red Green Blue C M Y K H S L
Decimal 171 90 252 0.32 0.64 0 0.01 270 0.96 0.67
Hex AB 5A FC 20 40 0 1 10E 60 43
Octal 253 132 374 40 100 0 1 416 140 103
Binary 10101011 1011010 11111100 100000 1000000 0 1 100001110 1100000 1000011

Color Harmonies of #AB5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5AFC

Black with #AB5AFC

Text Example


Text Example

White with #AB5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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