Html Css Color HEX #AD9294 Viola

📋 copy color: '#AD9294'

red 173 ◦ green 146 ◦ blue 148

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

Shades of Viola #AD9294

Tints of Viola #AD9294

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.26%

 BLUE value IS 148 (58.2% from 255) = 31.69%

R = 37.04%
G = 31.26%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD9294 (or 0xAD9294) is known color: Viola. HEX triplet: AD, 92 and 94. RGB value is (173,146,148). Sum of RGB (Red+Green+Blue) = 173+146+148=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9294 is #526D6B. Grayscale: #9A9A9A. Windows color (decimal): -5401964 or 9736877. OLE color: 9736877.

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

Color convert

RGB 173 146 148 -
CMYK 0 0.16 0.14 0.32
HSL 355.56º 0.14% 0.63% -
HSV(B) 355.56º 0.16% 0.68% -
XYZ 32.86 31.58 32.38 -
YUV 154.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 173 146 148 0 0.16 0.14 0.32 355.56 0.14 0.63
Hex AD 92 94 0 10 E 20 164 E 3F
Octal 255 222 224 0 20 16 40 544 16 77
Binary 10101101 10010010 10010100 0 10000 1110 100000 101100100 1110 111111

Color Harmonies of #AD9294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9294

Black with #AD9294

Text Example


Text Example

White with #AD9294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9294; }

 p { color: rgb(173,146,148); }

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

background-color css

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

 a { background-color: rgb(173,146,148); }

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

border-color css

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

 span { border-color: rgb(173,146,148); }

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