Html Css Color HEX #AB5594 Violet Blue

📋 copy color: '#AB5594'

red 171 ◦ green 85 ◦ blue 148

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

Shades of Violet Blue #AB5594

Tints of Violet Blue #AB5594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 42.33%
G = 21.04%
B = 36.63%

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

#AB5594 (or 0xAB5594) is known color: Violet Blue. HEX triplet: AB, 55 and 94. RGB value is (171,85,148). Sum of RGB (Red+Green+Blue) = 171+85+148=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5594 is #54AA6B. Grayscale: #757575. Windows color (decimal): -5548652 or 9721259. OLE color: 9721259.

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

Color convert

RGB 171 85 148 -
CMYK 0 0.50 0.13 0.33
HSL 316.05º 0.34% 0.5% -
HSV(B) 316.05º 0.5% 0.67% -
XYZ 25.39 17.29 30.02 -
YUV 117.9 144.99 165.88 -
System Red Green Blue C M Y K H S L
Decimal 171 85 148 0 0.50 0.13 0.33 316.05 0.34 0.5
Hex AB 55 94 0 32 D 21 13C 22 32
Octal 253 125 224 0 62 15 41 474 42 62
Binary 10101011 1010101 10010100 0 110010 1101 100001 100111100 100010 110010

Color Harmonies of #AB5594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5594

Black with #AB5594

Text Example


Text Example

White with #AB5594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5594; }

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

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

background-color css

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

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

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

border-color css

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

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

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