Html Css Color HEX #AB4998 Violet Blue

📋 copy color: '#AB4998'

red 171 ◦ green 73 ◦ blue 152

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

Shades of Violet Blue #AB4998

Tints of Violet Blue #AB4998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.43%

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

R = 43.18%
G = 18.43%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB4998 (or 0xAB4998) is known color: Violet Blue. HEX triplet: AB, 49 and 98. RGB value is (171,73,152). Sum of RGB (Red+Green+Blue) = 171+73+152=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4998 is #54B667. Grayscale: #6F6F6F. Windows color (decimal): -5551720 or 9980331. OLE color: 9980331.

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

Color convert

RGB 171 73 152 -
CMYK 0 0.57 0.11 0.33
HSL 311.63º 0.4% 0.48% -
HSV(B) 311.63º 0.57% 0.67% -
XYZ 24.84 15.69 31.42 -
YUV 111.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 171 73 152 0 0.57 0.11 0.33 311.63 0.4 0.48
Hex AB 49 98 0 39 B 21 138 28 30
Octal 253 111 230 0 71 13 41 470 50 60
Binary 10101011 1001001 10011000 0 111001 1011 100001 100111000 101000 110000

Color Harmonies of #AB4998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4998

Black with #AB4998

Text Example


Text Example

White with #AB4998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4998; }

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

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

background-color css

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

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

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

border-color css

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

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

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