Html Css Color HEX #AD659D Violet Blue

📋 copy color: '#AD659D'

red 173 ◦ green 101 ◦ blue 157

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

Shades of Violet Blue #AD659D

Tints of Violet Blue #AD659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.43%

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

R = 40.14%
G = 23.43%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD659D (or 0xAD659D) is known color: Violet Blue. HEX triplet: AD, 65 and 9D. RGB value is (173,101,157). Sum of RGB (Red+Green+Blue) = 173+101+157=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD659D is #529A62. Grayscale: #808080. Windows color (decimal): -5413475 or 10315181. OLE color: 10315181.

HSL color Cylindrical-coordinate representation of color #AD659D: hue angle of 313.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD659D is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 101 157 -
CMYK 0 0.42 0.09 0.32
HSL 313.33º 0.31% 0.54% -
HSV(B) 313.33º 0.42% 0.68% -
XYZ 27.97 20.63 34.41 -
YUV 128.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 173 101 157 0 0.42 0.09 0.32 313.33 0.31 0.54
Hex AD 65 9D 0 2A 9 20 139 1F 36
Octal 255 145 235 0 52 11 40 471 37 66
Binary 10101101 1100101 10011101 0 101010 1001 100000 100111001 11111 110110

Color Harmonies of #AD659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD659D

Black with #AD659D

Text Example


Text Example

White with #AD659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD659D; }

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

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

background-color css

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

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

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

border-color css

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

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

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