Html Css Color HEX #AD61AB Violet Blue

📋 copy color: '#AD61AB'

red 173 ◦ green 97 ◦ blue 171

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

Shades of Violet Blue #AD61AB

Tints of Violet Blue #AD61AB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #AD61AB: hue angle of 301.58º 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 #AD61AB is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 97 171 -
CMYK 0 0.44 0.01 0.32
HSL 301.58º 0.32% 0.53% -
HSV(B) 301.58º 0.44% 0.68% -
XYZ 28.86 20.37 40.94 -
YUV 128.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 173 97 171 0 0.44 0.01 0.32 301.58 0.32 0.53
Hex AD 61 AB 0 2C 1 20 12E 20 35
Octal 255 141 253 0 54 1 40 456 40 65
Binary 10101101 1100001 10101011 0 101100 1 100000 100101110 100000 110101

Color Harmonies of #AD61AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61AB

Black with #AD61AB

Text Example


Text Example

White with #AD61AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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