Html Css Color HEX #AB489E Violet Blue

📋 copy color: '#AB489E'

red 171 ◦ green 72 ◦ blue 158

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

Shades of Violet Blue #AB489E

Tints of Violet Blue #AB489E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.4%

R = 42.64%
G = 17.96%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB489E (or 0xAB489E) is known color: Violet Blue. HEX triplet: AB, 48 and 9E. RGB value is (171,72,158). Sum of RGB (Red+Green+Blue) = 171+72+158=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB489E is #54B761. Grayscale: #6F6F6F. Windows color (decimal): -5551970 or 10373291. OLE color: 10373291.

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

Color convert

RGB 171 72 158 -
CMYK 0 0.58 0.08 0.33
HSL 307.88º 0.41% 0.48% -
HSV(B) 307.88º 0.58% 0.67% -
XYZ 25.28 15.76 34.06 -
YUV 111.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 171 72 158 0 0.58 0.08 0.33 307.88 0.41 0.48
Hex AB 48 9E 0 3A 8 21 134 29 30
Octal 253 110 236 0 72 10 41 464 51 60
Binary 10101011 1001000 10011110 0 111010 1000 100001 100110100 101001 110000

Color Harmonies of #AB489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB489E

Black with #AB489E

Text Example


Text Example

White with #AB489E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB489E; }

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

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

background-color css

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

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

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

border-color css

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

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

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