Html Css Color HEX #AB58FE Medium Purple

📋 copy color: '#AB58FE'

red 171 ◦ green 88 ◦ blue 254

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

Shades of Medium Purple #AB58FE

Tints of Medium Purple #AB58FE

RGB

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

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

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

R = 33.33%
G = 17.15%
B = 49.51%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB58FE (or 0xAB58FE) is known color: Medium Purple. HEX triplet: AB, 58 and FE. RGB value is (171,88,254). Sum of RGB (Red+Green+Blue) = 171+88+254=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB58FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB58FE is #54A701. Grayscale: #838383. Windows color (decimal): -5547778 or 16668843. OLE color: 16668843.

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

Color convert

RGB 171 88 254 -
CMYK 0.33 0.65 0 0.00
HSL 270º 0.99% 0.67% -
HSV(B) 270º 0.65% 1% -
XYZ 38.17 22.79 96.15 -
YUV 131.74 197 156 -
System Red Green Blue C M Y K H S L
Decimal 171 88 254 0.33 0.65 0 0.00 270 0.99 0.67
Hex AB 58 FE 21 41 0 0 10E 63 43
Octal 253 130 376 41 101 0 0 416 143 103
Binary 10101011 1011000 11111110 100001 1000001 0 0 100001110 1100011 1000011

Color Harmonies of #AB58FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58FE

Black with #AB58FE

Text Example


Text Example

White with #AB58FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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