Html Css Color HEX #AB489B Violet Blue

📋 copy color: '#AB489B'

red 171 ◦ green 72 ◦ blue 155

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

Shades of Violet Blue #AB489B

Tints of Violet Blue #AB489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.94%

R = 42.96%
G = 18.09%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB489B (or 0xAB489B) is known color: Violet Blue. HEX triplet: AB, 48 and 9B. RGB value is (171,72,155). Sum of RGB (Red+Green+Blue) = 171+72+155=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB489B is #54B764. Grayscale: #6E6E6E. Windows color (decimal): -5551973 or 10176683. OLE color: 10176683.

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

Color convert

RGB 171 72 155 -
CMYK 0 0.58 0.09 0.33
HSL 309.7º 0.41% 0.48% -
HSV(B) 309.7º 0.58% 0.67% -
XYZ 25.03 15.66 32.71 -
YUV 111.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 171 72 155 0 0.58 0.09 0.33 309.7 0.41 0.48
Hex AB 48 9B 0 3A 9 21 136 29 30
Octal 253 110 233 0 72 11 41 466 51 60
Binary 10101011 1001000 10011011 0 111010 1001 100001 100110110 101001 110000

Color Harmonies of #AB489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB489B

Black with #AB489B

Text Example


Text Example

White with #AB489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB489B; }

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

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

background-color css

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

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

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

border-color css

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

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

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