Html Css Color HEX #AB49AD Violet Blue

📋 copy color: '#AB49AD'

red 171 ◦ green 73 ◦ blue 173

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

Shades of Violet Blue #AB49AD

Tints of Violet Blue #AB49AD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.51%

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 41.01%
G = 17.51%
B = 41.49%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB49AD (or 0xAB49AD) is known color: Violet Blue. HEX triplet: AB, 49 and AD. RGB value is (171,73,173). Sum of RGB (Red+Green+Blue) = 171+73+173=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB49AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB49AD is #54B652. Grayscale: #717171. Windows color (decimal): -5551699 or 11356587. OLE color: 11356587.

HSL color Cylindrical-coordinate representation of color #AB49AD: hue angle of 298.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB49AD is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 73 173 -
CMYK 0.01 0.58 0 0.32
HSL 298.8º 0.41% 0.48% -
HSV(B) 298.8º 0.58% 0.68% -
XYZ 26.72 16.44 41.3 -
YUV 113.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 171 73 173 0.01 0.58 0 0.32 298.8 0.41 0.48
Hex AB 49 AD 1 3A 0 20 12B 29 30
Octal 253 111 255 1 72 0 40 453 51 60
Binary 10101011 1001001 10101101 1 111010 0 100000 100101011 101001 110000

Color Harmonies of #AB49AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB49AD

Black with #AB49AD

Text Example


Text Example

White with #AB49AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB49AD; }

 p { color: rgb(171,73,173); }

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

background-color css

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

 a { background-color: rgb(171,73,173); }

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

border-color css

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

 span { border-color: rgb(171,73,173); }

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