Html Css Color HEX #AB5298 Violet Blue

📋 copy color: '#AB5298'

red 171 ◦ green 82 ◦ blue 152

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

Shades of Violet Blue #AB5298

Tints of Violet Blue #AB5298

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.25%

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

R = 42.22%
G = 20.25%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB5298 (or 0xAB5298) is known color: Violet Blue. HEX triplet: AB, 52 and 98. RGB value is (171,82,152). Sum of RGB (Red+Green+Blue) = 171+82+152=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5298 is #54AD67. Grayscale: #747474. Windows color (decimal): -5549416 or 9982635. OLE color: 9982635.

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

Color convert

RGB 171 82 152 -
CMYK 0 0.52 0.11 0.33
HSL 312.81º 0.35% 0.5% -
HSV(B) 312.81º 0.52% 0.67% -
XYZ 25.48 16.96 31.64 -
YUV 116.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 171 82 152 0 0.52 0.11 0.33 312.81 0.35 0.5
Hex AB 52 98 0 34 B 21 139 23 32
Octal 253 122 230 0 64 13 41 471 43 62
Binary 10101011 1010010 10011000 0 110100 1011 100001 100111001 100011 110010

Color Harmonies of #AB5298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5298

Black with #AB5298

Text Example


Text Example

White with #AB5298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5298; }

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

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

background-color css

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

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

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

border-color css

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

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

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