Html Css Color HEX #AD6195 Violet Blue

📋 copy color: '#AD6195'

red 173 ◦ green 97 ◦ blue 149

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

Shades of Violet Blue #AD6195

Tints of Violet Blue #AD6195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.15%

 BLUE value IS 149 (58.59% from 255) = 35.56%

R = 41.29%
G = 23.15%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD6195 (or 0xAD6195) is known color: Violet Blue. HEX triplet: AD, 61 and 95. RGB value is (173,97,149). Sum of RGB (Red+Green+Blue) = 173+97+149=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6195 is #529E6A. Grayscale: #7D7D7D. Windows color (decimal): -5414507 or 9789869. OLE color: 9789869.

HSL color Cylindrical-coordinate representation of color #AD6195: hue angle of 318.95º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6195 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 97 149 -
CMYK 0 0.44 0.14 0.32
HSL 318.95º 0.32% 0.53% -
HSV(B) 318.95º 0.44% 0.68% -
XYZ 26.93 19.6 30.8 -
YUV 125.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 173 97 149 0 0.44 0.14 0.32 318.95 0.32 0.53
Hex AD 61 95 0 2C E 20 13F 20 35
Octal 255 141 225 0 54 16 40 477 40 65
Binary 10101101 1100001 10010101 0 101100 1110 100000 100111111 100000 110101

Color Harmonies of #AD6195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6195

Black with #AD6195

Text Example


Text Example

White with #AD6195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6195; }

 p { color: rgb(173,97,149); }

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

background-color css

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

 a { background-color: rgb(173,97,149); }

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

border-color css

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

 span { border-color: rgb(173,97,149); }

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