Html Css Color HEX #AB549B Violet Blue

📋 copy color: '#AB549B'

red 171 ◦ green 84 ◦ blue 155

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

Shades of Violet Blue #AB549B

Tints of Violet Blue #AB549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.49%

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 41.71%
G = 20.49%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB549B (or 0xAB549B) is known color: Violet Blue. HEX triplet: AB, 54 and 9B. RGB value is (171,84,155). Sum of RGB (Red+Green+Blue) = 171+84+155=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB549B is #54AB64. Grayscale: #757575. Windows color (decimal): -5548901 or 10179755. OLE color: 10179755.

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

Color convert

RGB 171 84 155 -
CMYK 0 0.51 0.09 0.33
HSL 311.03º 0.34% 0.5% -
HSV(B) 311.03º 0.51% 0.67% -
XYZ 25.88 17.37 33 -
YUV 118.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 171 84 155 0 0.51 0.09 0.33 311.03 0.34 0.5
Hex AB 54 9B 0 33 9 21 137 22 32
Octal 253 124 233 0 63 11 41 467 42 62
Binary 10101011 1010100 10011011 0 110011 1001 100001 100110111 100010 110010

Color Harmonies of #AB549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB549B

Black with #AB549B

Text Example


Text Example

White with #AB549B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB549B; }

 p { color: rgb(171,84,155); }

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

background-color css

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

 a { background-color: rgb(171,84,155); }

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

border-color css

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

 span { border-color: rgb(171,84,155); }

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