Html Css Color HEX #AB4898 Violet Blue

📋 copy color: '#AB4898'

red 171 ◦ green 72 ◦ blue 152

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

Shades of Violet Blue #AB4898

Tints of Violet Blue #AB4898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.23%

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

R = 43.29%
G = 18.23%
B = 38.48%

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

#AB4898 (or 0xAB4898) is known color: Violet Blue. HEX triplet: AB, 48 and 98. RGB value is (171,72,152). Sum of RGB (Red+Green+Blue) = 171+72+152=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4898 is #54B767. Grayscale: #6E6E6E. Windows color (decimal): -5551976 or 9980075. OLE color: 9980075.

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

Color convert

RGB 171 72 152 -
CMYK 0 0.58 0.11 0.33
HSL 311.52º 0.41% 0.48% -
HSV(B) 311.52º 0.58% 0.67% -
XYZ 24.78 15.56 31.4 -
YUV 110.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 171 72 152 0 0.58 0.11 0.33 311.52 0.41 0.48
Hex AB 48 98 0 3A B 21 138 29 30
Octal 253 110 230 0 72 13 41 470 51 60
Binary 10101011 1001000 10011000 0 111010 1011 100001 100111000 101001 110000

Color Harmonies of #AB4898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4898

Black with #AB4898

Text Example


Text Example

White with #AB4898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4898; }

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

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

background-color css

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

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

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

border-color css

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

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

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