Html Css Color HEX #AB5894 Violet Blue

📋 copy color: '#AB5894'

red 171 ◦ green 88 ◦ blue 148

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

Shades of Violet Blue #AB5894

Tints of Violet Blue #AB5894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.36%

R = 42.01%
G = 21.62%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB5894 (or 0xAB5894) is known color: Violet Blue. HEX triplet: AB, 58 and 94. RGB value is (171,88,148). Sum of RGB (Red+Green+Blue) = 171+88+148=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5894 is #54A76B. Grayscale: #777777. Windows color (decimal): -5547884 or 9722027. OLE color: 9722027.

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

Color convert

RGB 171 88 148 -
CMYK 0 0.49 0.13 0.33
HSL 316.63º 0.33% 0.51% -
HSV(B) 316.63º 0.49% 0.67% -
XYZ 25.63 17.78 30.1 -
YUV 119.66 144 164.62 -
System Red Green Blue C M Y K H S L
Decimal 171 88 148 0 0.49 0.13 0.33 316.63 0.33 0.51
Hex AB 58 94 0 31 D 21 13D 21 33
Octal 253 130 224 0 61 15 41 475 41 63
Binary 10101011 1011000 10010100 0 110001 1101 100001 100111101 100001 110011

Color Harmonies of #AB5894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5894

Black with #AB5894

Text Example


Text Example

White with #AB5894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5894; }

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

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

background-color css

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

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

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

border-color css

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

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

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