Html Css Color HEX #AD699D Violet Blue

📋 copy color: '#AD699D'

red 173 ◦ green 105 ◦ blue 157

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

Shades of Violet Blue #AD699D

Tints of Violet Blue #AD699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.09%

R = 39.77%
G = 24.14%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD699D (or 0xAD699D) is known color: Violet Blue. HEX triplet: AD, 69 and 9D. RGB value is (173,105,157). Sum of RGB (Red+Green+Blue) = 173+105+157=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD699D is #529662. Grayscale: #838383. Windows color (decimal): -5412451 or 10316205. OLE color: 10316205.

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

Color convert

RGB 173 105 157 -
CMYK 0 0.39 0.09 0.32
HSL 314.12º 0.29% 0.55% -
HSV(B) 314.12º 0.39% 0.68% -
XYZ 28.37 21.42 34.54 -
YUV 131.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 173 105 157 0 0.39 0.09 0.32 314.12 0.29 0.55
Hex AD 69 9D 0 27 9 20 13A 1D 37
Octal 255 151 235 0 47 11 40 472 35 67
Binary 10101101 1101001 10011101 0 100111 1001 100000 100111010 11101 110111

Color Harmonies of #AD699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD699D

Black with #AD699D

Text Example


Text Example

White with #AD699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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