Html Css Color HEX #AD699F Violet Blue

📋 copy color: '#AD699F'

red 173 ◦ green 105 ◦ blue 159

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

Shades of Violet Blue #AD699F

Tints of Violet Blue #AD699F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.38%

R = 39.59%
G = 24.03%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD699F (or 0xAD699F) is known color: Violet Blue. HEX triplet: AD, 69 and 9F. RGB value is (173,105,159). Sum of RGB (Red+Green+Blue) = 173+105+159=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD699F is #529660. Grayscale: #838383. Windows color (decimal): -5412449 or 10447277. OLE color: 10447277.

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

Color convert

RGB 173 105 159 -
CMYK 0 0.39 0.08 0.32
HSL 312.35º 0.29% 0.55% -
HSV(B) 312.35º 0.39% 0.68% -
XYZ 28.54 21.49 35.44 -
YUV 131.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 173 105 159 0 0.39 0.08 0.32 312.35 0.29 0.55
Hex AD 69 9F 0 27 8 20 138 1D 37
Octal 255 151 237 0 47 10 40 470 35 67
Binary 10101101 1101001 10011111 0 100111 1000 100000 100111000 11101 110111

Color Harmonies of #AD699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD699F

Black with #AD699F

Text Example


Text Example

White with #AD699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD699F; }

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

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

background-color css

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

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

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

border-color css

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

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

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