Html Css Color HEX #AB5498 Violet Blue

📋 copy color: '#AB5498'

red 171 ◦ green 84 ◦ blue 152

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

Shades of Violet Blue #AB5498

Tints of Violet Blue #AB5498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 42.01%
G = 20.64%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB5498 (or 0xAB5498) is known color: Violet Blue. HEX triplet: AB, 54 and 98. RGB value is (171,84,152). Sum of RGB (Red+Green+Blue) = 171+84+152=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5498 is #54AB67. Grayscale: #757575. Windows color (decimal): -5548904 or 9983147. OLE color: 9983147.

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

Color convert

RGB 171 84 152 -
CMYK 0 0.51 0.11 0.33
HSL 313.1º 0.34% 0.5% -
HSV(B) 313.1º 0.51% 0.67% -
XYZ 25.63 17.27 31.69 -
YUV 117.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 171 84 152 0 0.51 0.11 0.33 313.1 0.34 0.5
Hex AB 54 98 0 33 B 21 139 22 32
Octal 253 124 230 0 63 13 41 471 42 62
Binary 10101011 1010100 10011000 0 110011 1011 100001 100111001 100010 110010

Color Harmonies of #AB5498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5498

Black with #AB5498

Text Example


Text Example

White with #AB5498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5498; }

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

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

background-color css

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

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

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

border-color css

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

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

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