Html Css Color HEX #AD699E Violet Blue

📋 copy color: '#AD699E'

red 173 ◦ green 105 ◦ blue 158

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

Shades of Violet Blue #AD699E

Tints of Violet Blue #AD699E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 39.68%
G = 24.08%
B = 36.24%

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

#AD699E (or 0xAD699E) is known color: Violet Blue. HEX triplet: AD, 69 and 9E. RGB value is (173,105,158). Sum of RGB (Red+Green+Blue) = 173+105+158=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD699E is #529661. Grayscale: #838383. Windows color (decimal): -5412450 or 10381741. OLE color: 10381741.

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

Color convert

RGB 173 105 158 -
CMYK 0 0.39 0.09 0.32
HSL 313.24º 0.29% 0.55% -
HSV(B) 313.24º 0.39% 0.68% -
XYZ 28.46 21.46 34.99 -
YUV 131.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 173 105 158 0 0.39 0.09 0.32 313.24 0.29 0.55
Hex AD 69 9E 0 27 9 20 139 1D 37
Octal 255 151 236 0 47 11 40 471 35 67
Binary 10101101 1101001 10011110 0 100111 1001 100000 100111001 11101 110111

Color Harmonies of #AD699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD699E

Black with #AD699E

Text Example


Text Example

White with #AD699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD699E; }

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

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

background-color css

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

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

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

border-color css

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

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

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