Html Css Color HEX #AB559B Violet Blue

📋 copy color: '#AB559B'

red 171 ◦ green 85 ◦ blue 155

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

Shades of Violet Blue #AB559B

Tints of Violet Blue #AB559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.68%

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

R = 41.61%
G = 20.68%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB559B (or 0xAB559B) is known color: Violet Blue. HEX triplet: AB, 55 and 9B. RGB value is (171,85,155). Sum of RGB (Red+Green+Blue) = 171+85+155=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB559B is #54AA64. Grayscale: #767676. Windows color (decimal): -5548645 or 10180011. OLE color: 10180011.

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

Color convert

RGB 171 85 155 -
CMYK 0 0.50 0.09 0.33
HSL 311.16º 0.34% 0.5% -
HSV(B) 311.16º 0.5% 0.67% -
XYZ 25.96 17.52 33.02 -
YUV 118.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 171 85 155 0 0.50 0.09 0.33 311.16 0.34 0.5
Hex AB 55 9B 0 32 9 21 137 22 32
Octal 253 125 233 0 62 11 41 467 42 62
Binary 10101011 1010101 10011011 0 110010 1001 100001 100110111 100010 110010

Color Harmonies of #AB559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB559B

Black with #AB559B

Text Example


Text Example

White with #AB559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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