Html Css Color HEX #AB5595 Violet Blue

📋 copy color: '#AB5595'

red 171 ◦ green 85 ◦ blue 149

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

Shades of Violet Blue #AB5595

Tints of Violet Blue #AB5595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 42.22%
G = 20.99%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB5595 (or 0xAB5595) is known color: Violet Blue. HEX triplet: AB, 55 and 95. RGB value is (171,85,149). Sum of RGB (Red+Green+Blue) = 171+85+149=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5595 is #54AA6A. Grayscale: #757575. Windows color (decimal): -5548651 or 9786795. OLE color: 9786795.

HSL color Cylindrical-coordinate representation of color #AB5595: hue angle of 315.35º 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 #AB5595 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 149 -
CMYK 0 0.50 0.13 0.33
HSL 315.35º 0.34% 0.5% -
HSV(B) 315.35º 0.5% 0.67% -
XYZ 25.47 17.32 30.44 -
YUV 118.01 145.49 165.8 -
System Red Green Blue C M Y K H S L
Decimal 171 85 149 0 0.50 0.13 0.33 315.35 0.34 0.5
Hex AB 55 95 0 32 D 21 13B 22 32
Octal 253 125 225 0 62 15 41 473 42 62
Binary 10101011 1010101 10010101 0 110010 1101 100001 100111011 100010 110010

Color Harmonies of #AB5595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5595

Black with #AB5595

Text Example


Text Example

White with #AB5595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5595; }

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

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

background-color css

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

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

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

border-color css

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

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

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