Html Css Color HEX #AD69AB Violet Blue

📋 copy color: '#AD69AB'

red 173 ◦ green 105 ◦ blue 171

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

Shades of Violet Blue #AD69AB

Tints of Violet Blue #AD69AB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.39%

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

R = 38.53%
G = 23.39%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD69AB (or 0xAD69AB) is known color: Violet Blue. HEX triplet: AD, 69 and AB. RGB value is (173,105,171). Sum of RGB (Red+Green+Blue) = 173+105+171=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD69AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD69AB is #529654. Grayscale: #848484. Windows color (decimal): -5412437 or 11233709. OLE color: 11233709.

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

Color convert

RGB 173 105 171 -
CMYK 0 0.39 0.01 0.32
HSL 301.76º 0.29% 0.55% -
HSV(B) 301.76º 0.39% 0.68% -
XYZ 29.64 21.93 41.2 -
YUV 132.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 173 105 171 0 0.39 0.01 0.32 301.76 0.29 0.55
Hex AD 69 AB 0 27 1 20 12E 1D 37
Octal 255 151 253 0 47 1 40 456 35 67
Binary 10101101 1101001 10101011 0 100111 1 100000 100101110 11101 110111

Color Harmonies of #AD69AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69AB

Black with #AD69AB

Text Example


Text Example

White with #AD69AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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