Html Css Color HEX #AB4798 Violet Blue

📋 copy color: '#AB4798'

red 171 ◦ green 71 ◦ blue 152

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

Shades of Violet Blue #AB4798

Tints of Violet Blue #AB4798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.02%

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

R = 43.4%
G = 18.02%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB4798 (or 0xAB4798) is known color: Violet Blue. HEX triplet: AB, 47 and 98. RGB value is (171,71,152). Sum of RGB (Red+Green+Blue) = 171+71+152=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4798 is #54B867. Grayscale: #6D6D6D. Windows color (decimal): -5552232 or 9979819. OLE color: 9979819.

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

Color convert

RGB 171 71 152 -
CMYK 0 0.58 0.11 0.33
HSL 311.4º 0.41% 0.47% -
HSV(B) 311.4º 0.58% 0.67% -
XYZ 24.72 15.43 31.38 -
YUV 110.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 171 71 152 0 0.58 0.11 0.33 311.4 0.41 0.47
Hex AB 47 98 0 3A B 21 137 29 2F
Octal 253 107 230 0 72 13 41 467 51 57
Binary 10101011 1000111 10011000 0 111010 1011 100001 100110111 101001 101111

Color Harmonies of #AB4798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4798

Black with #AB4798

Text Example


Text Example

White with #AB4798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4798; }

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

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

background-color css

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

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

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

border-color css

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

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

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