Html Css Color HEX #AB58FF Medium Purple

📋 copy color: '#AB58FF'

red 171 ◦ green 88 ◦ blue 255

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

Shades of Medium Purple #AB58FF

Tints of Medium Purple #AB58FF

RGB

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

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

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

R = 33.27%
G = 17.12%
B = 49.61%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB58FF (or 0xAB58FF) is known color: Medium Purple. HEX triplet: AB, 58 and FF. RGB value is (171,88,255). Sum of RGB (Red+Green+Blue) = 171+88+255=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB58FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB58FF is #54A700. Grayscale: #838383. Windows color (decimal): -5547777 or 16734379. OLE color: 16734379.

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

Color convert

RGB 171 88 255 -
CMYK 0.33 0.65 0 0
HSL 269.82º 1% 0.67% -
HSV(B) 269.82º 0.65% 1% -
XYZ 38.33 22.86 97 -
YUV 131.86 197.5 155.92 -
System Red Green Blue C M Y K H S L
Decimal 171 88 255 0.33 0.65 0 0 269.82 1 0.67
Hex AB 58 FF 21 41 0 0 10E 64 43
Octal 253 130 377 41 101 0 0 416 144 103
Binary 10101011 1011000 11111111 100001 1000001 0 0 100001110 1100100 1000011

Color Harmonies of #AB58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58FF

Black with #AB58FF

Text Example


Text Example

White with #AB58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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