Html Css Color HEX #AB56AC Violet Blue

📋 copy color: '#AB56AC'

red 171 ◦ green 86 ◦ blue 172

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

Shades of Violet Blue #AB56AC

Tints of Violet Blue #AB56AC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.05%

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

R = 39.86%
G = 20.05%
B = 40.09%

CMYK

 C value IS 0.01

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB56AC (or 0xAB56AC) is known color: Violet Blue. HEX triplet: AB, 56 and AC. RGB value is (171,86,172). Sum of RGB (Red+Green+Blue) = 171+86+172=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB56AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB56AC is #54A953. Grayscale: #787878. Windows color (decimal): -5548372 or 11294379. OLE color: 11294379.

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

Color convert

RGB 171 86 172 -
CMYK 0.01 0.5 0 0.33
HSL 299.3º 0.34% 0.51% -
HSV(B) 299.3º 0.5% 0.67% -
XYZ 27.57 18.29 41.11 -
YUV 121.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 171 86 172 0.01 0.5 0 0.33 299.3 0.34 0.51
Hex AB 56 AC 1 32 0 21 12B 22 33
Octal 253 126 254 1 62 0 41 453 42 63
Binary 10101011 1010110 10101100 1 110010 0 100001 100101011 100010 110011

Color Harmonies of #AB56AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB56AC

Black with #AB56AC

Text Example


Text Example

White with #AB56AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB56AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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