Html Css Color HEX #AB58FC Medium Purple

📋 copy color: '#AB58FC'

red 171 ◦ green 88 ◦ blue 252

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

Shades of Medium Purple #AB58FC

Tints of Medium Purple #AB58FC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.22%

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

R = 33.46%
G = 17.22%
B = 49.32%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB58FC (or 0xAB58FC) is known color: Medium Purple. HEX triplet: AB, 58 and FC. RGB value is (171,88,252). Sum of RGB (Red+Green+Blue) = 171+88+252=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB58FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB58FC is #54A703. Grayscale: #828282. Windows color (decimal): -5547780 or 16537771. OLE color: 16537771.

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

Color convert

RGB 171 88 252 -
CMYK 0.32 0.65 0 0.01
HSL 270.37º 0.96% 0.67% -
HSV(B) 270.37º 0.65% 0.99% -
XYZ 37.86 22.67 94.48 -
YUV 131.51 196 156.16 -
System Red Green Blue C M Y K H S L
Decimal 171 88 252 0.32 0.65 0 0.01 270.37 0.96 0.67
Hex AB 58 FC 20 41 0 1 10E 60 43
Octal 253 130 374 40 101 0 1 416 140 103
Binary 10101011 1011000 11111100 100000 1000001 0 1 100001110 1100000 1000011

Color Harmonies of #AB58FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58FC

Black with #AB58FC

Text Example


Text Example

White with #AB58FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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