Html Css Color HEX #AB5896 Violet Blue

📋 copy color: '#AB5896'

red 171 ◦ green 88 ◦ blue 150

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

Shades of Violet Blue #AB5896

Tints of Violet Blue #AB5896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.52%

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

R = 41.81%
G = 21.52%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB5896 (or 0xAB5896) is known color: Violet Blue. HEX triplet: AB, 58 and 96. RGB value is (171,88,150). Sum of RGB (Red+Green+Blue) = 171+88+150=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5896 is #54A769. Grayscale: #777777. Windows color (decimal): -5547882 or 9853099. OLE color: 9853099.

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

Color convert

RGB 171 88 150 -
CMYK 0 0.49 0.12 0.33
HSL 315.18º 0.33% 0.51% -
HSV(B) 315.18º 0.49% 0.67% -
XYZ 25.79 17.84 30.94 -
YUV 119.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 171 88 150 0 0.49 0.12 0.33 315.18 0.33 0.51
Hex AB 58 96 0 31 C 21 13B 21 33
Octal 253 130 226 0 61 14 41 473 41 63
Binary 10101011 1011000 10010110 0 110001 1100 100001 100111011 100001 110011

Color Harmonies of #AB5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5896

Black with #AB5896

Text Example


Text Example

White with #AB5896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5896; }

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

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

background-color css

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

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

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

border-color css

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

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

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