Html Css Color HEX #AB50AC Violet Blue

📋 copy color: '#AB50AC'

red 171 ◦ green 80 ◦ blue 172

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

Shades of Violet Blue #AB50AC

Tints of Violet Blue #AB50AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.91%

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

R = 40.43%
G = 18.91%
B = 40.66%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB50AC (or 0xAB50AC) is known color: Violet Blue. HEX triplet: AB, 50 and AC. RGB value is (171,80,172). Sum of RGB (Red+Green+Blue) = 171+80+172=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB50AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB50AC is #54AF53. Grayscale: #757575. Windows color (decimal): -5549908 or 11292843. OLE color: 11292843.

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

Color convert

RGB 171 80 172 -
CMYK 0.01 0.53 0 0.33
HSL 299.35º 0.37% 0.49% -
HSV(B) 299.35º 0.53% 0.67% -
XYZ 27.11 17.37 40.95 -
YUV 117.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 171 80 172 0.01 0.53 0 0.33 299.35 0.37 0.49
Hex AB 50 AC 1 35 0 21 12B 25 31
Octal 253 120 254 1 65 0 41 453 45 61
Binary 10101011 1010000 10101100 1 110101 0 100001 100101011 100101 110001

Color Harmonies of #AB50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB50AC

Black with #AB50AC

Text Example


Text Example

White with #AB50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB50AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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