Html Css Color HEX #AB58AC Violet Blue

📋 copy color: '#AB58AC'

red 171 ◦ green 88 ◦ blue 172

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

Shades of Violet Blue #AB58AC

Tints of Violet Blue #AB58AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.91%

R = 39.68%
G = 20.42%
B = 39.91%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB58AC (or 0xAB58AC) is known color: Violet Blue. HEX triplet: AB, 58 and AC. RGB value is (171,88,172). Sum of RGB (Red+Green+Blue) = 171+88+172=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB58AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB58AC is #54A753. Grayscale: #7A7A7A. Windows color (decimal): -5547860 or 11294891. OLE color: 11294891.

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

Color convert

RGB 171 88 172 -
CMYK 0.01 0.49 0 0.33
HSL 299.29º 0.34% 0.51% -
HSV(B) 299.29º 0.49% 0.67% -
XYZ 27.73 18.62 41.16 -
YUV 122.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 171 88 172 0.01 0.49 0 0.33 299.29 0.34 0.51
Hex AB 58 AC 1 31 0 21 12B 22 33
Octal 253 130 254 1 61 0 41 453 42 63
Binary 10101011 1011000 10101100 1 110001 0 100001 100101011 100010 110011

Color Harmonies of #AB58AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58AC

Black with #AB58AC

Text Example


Text Example

White with #AB58AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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