Html Css Color HEX #AB4896 Violet Blue

📋 copy color: '#AB4896'

red 171 ◦ green 72 ◦ blue 150

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

Shades of Violet Blue #AB4896

Tints of Violet Blue #AB4896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.17%

R = 43.51%
G = 18.32%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB4896 (or 0xAB4896) is known color: Violet Blue. HEX triplet: AB, 48 and 96. RGB value is (171,72,150). Sum of RGB (Red+Green+Blue) = 171+72+150=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4896 is #54B769. Grayscale: #6E6E6E. Windows color (decimal): -5551978 or 9849003. OLE color: 9849003.

HSL color Cylindrical-coordinate representation of color #AB4896: hue angle of 312.73º 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 #AB4896 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 72 150 -
CMYK 0 0.58 0.12 0.33
HSL 312.73º 0.41% 0.48% -
HSV(B) 312.73º 0.58% 0.67% -
XYZ 24.62 15.49 30.55 -
YUV 110.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 171 72 150 0 0.58 0.12 0.33 312.73 0.41 0.48
Hex AB 48 96 0 3A C 21 139 29 30
Octal 253 110 226 0 72 14 41 471 51 60
Binary 10101011 1001000 10010110 0 111010 1100 100001 100111001 101001 110000

Color Harmonies of #AB4896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4896

Black with #AB4896

Text Example


Text Example

White with #AB4896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4896; }

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

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

background-color css

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

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

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

border-color css

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

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

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