Html Css Color HEX #AB61AD Violet Blue

📋 copy color: '#AB61AD'

red 171 ◦ green 97 ◦ blue 173

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

Shades of Violet Blue #AB61AD

Tints of Violet Blue #AB61AD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22%

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

R = 38.78%
G = 22%
B = 39.23%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB61AD (or 0xAB61AD) is known color: Violet Blue. HEX triplet: AB, 61 and AD. RGB value is (171,97,173). Sum of RGB (Red+Green+Blue) = 171+97+173=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB61AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB61AD is #549E52. Grayscale: #7F7F7F. Windows color (decimal): -5545555 or 11362731. OLE color: 11362731.

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

Color convert

RGB 171 97 173 -
CMYK 0.01 0.44 0 0.32
HSL 298.42º 0.32% 0.53% -
HSV(B) 298.42º 0.44% 0.68% -
XYZ 28.61 20.22 41.93 -
YUV 127.79 153.52 158.82 -
System Red Green Blue C M Y K H S L
Decimal 171 97 173 0.01 0.44 0 0.32 298.42 0.32 0.53
Hex AB 61 AD 1 2C 0 20 12A 20 35
Octal 253 141 255 1 54 0 40 452 40 65
Binary 10101011 1100001 10101101 1 101100 0 100000 100101010 100000 110101

Color Harmonies of #AB61AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61AD

Black with #AB61AD

Text Example


Text Example

White with #AB61AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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