Html Css Color HEX #AD5BAB Violet Blue

📋 copy color: '#AD5BAB'

red 173 ◦ green 91 ◦ blue 171

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

Shades of Violet Blue #AD5BAB

Tints of Violet Blue #AD5BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.92%

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

R = 39.77%
G = 20.92%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD5BAB (or 0xAD5BAB) is known color: Violet Blue. HEX triplet: AD, 5B and AB. RGB value is (173,91,171). Sum of RGB (Red+Green+Blue) = 173+91+171=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5BAB is #52A454. Grayscale: #7C7C7C. Windows color (decimal): -5416021 or 11230125. OLE color: 11230125.

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

Color convert

RGB 173 91 171 -
CMYK 0 0.47 0.01 0.32
HSL 301.46º 0.33% 0.52% -
HSV(B) 301.46º 0.47% 0.68% -
XYZ 28.33 19.31 40.76 -
YUV 124.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 173 91 171 0 0.47 0.01 0.32 301.46 0.33 0.52
Hex AD 5B AB 0 2F 1 20 12D 21 34
Octal 255 133 253 0 57 1 40 455 41 64
Binary 10101101 1011011 10101011 0 101111 1 100000 100101101 100001 110100

Color Harmonies of #AD5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5BAB

Black with #AD5BAB

Text Example


Text Example

White with #AD5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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