Html Css Color HEX #AB5098 Violet Blue

📋 copy color: '#AB5098'

red 171 ◦ green 80 ◦ blue 152

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

Shades of Violet Blue #AB5098

Tints of Violet Blue #AB5098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.85%

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

R = 42.43%
G = 19.85%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB5098 (or 0xAB5098) is known color: Violet Blue. HEX triplet: AB, 50 and 98. RGB value is (171,80,152). Sum of RGB (Red+Green+Blue) = 171+80+152=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5098 is #54AF67. Grayscale: #737373. Windows color (decimal): -5549928 or 9982123. OLE color: 9982123.

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

Color convert

RGB 171 80 152 -
CMYK 0 0.53 0.11 0.33
HSL 312.53º 0.36% 0.49% -
HSV(B) 312.53º 0.53% 0.67% -
XYZ 25.33 16.66 31.59 -
YUV 115.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 171 80 152 0 0.53 0.11 0.33 312.53 0.36 0.49
Hex AB 50 98 0 35 B 21 139 24 31
Octal 253 120 230 0 65 13 41 471 44 61
Binary 10101011 1010000 10011000 0 110101 1011 100001 100111001 100100 110001

Color Harmonies of #AB5098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5098

Black with #AB5098

Text Example


Text Example

White with #AB5098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5098; }

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

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

background-color css

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

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

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

border-color css

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

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

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