Html Css Color HEX #AB5798 Violet Blue

📋 copy color: '#AB5798'

red 171 ◦ green 87 ◦ blue 152

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

Shades of Violet Blue #AB5798

Tints of Violet Blue #AB5798

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.22%

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

R = 41.71%
G = 21.22%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB5798 (or 0xAB5798) is known color: Violet Blue. HEX triplet: AB, 57 and 98. RGB value is (171,87,152). Sum of RGB (Red+Green+Blue) = 171+87+152=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5798 is #54A867. Grayscale: #777777. Windows color (decimal): -5548136 or 9983915. OLE color: 9983915.

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

Color convert

RGB 171 87 152 -
CMYK 0 0.49 0.11 0.33
HSL 313.57º 0.33% 0.51% -
HSV(B) 313.57º 0.49% 0.67% -
XYZ 25.87 17.74 31.77 -
YUV 119.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 171 87 152 0 0.49 0.11 0.33 313.57 0.33 0.51
Hex AB 57 98 0 31 B 21 13A 21 33
Octal 253 127 230 0 61 13 41 472 41 63
Binary 10101011 1010111 10011000 0 110001 1011 100001 100111010 100001 110011

Color Harmonies of #AB5798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5798

Black with #AB5798

Text Example


Text Example

White with #AB5798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5798; }

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

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

background-color css

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

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

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

border-color css

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

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

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