Html Css Color HEX #AD898E Viola

📋 copy color: '#AD898E'

red 173 ◦ green 137 ◦ blue 142

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

Shades of Viola #AD898E

Tints of Viola #AD898E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.31%

 BLUE value IS 142 (55.86% from 255) = 31.42%

R = 38.27%
G = 30.31%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD898E (or 0xAD898E) is known color: Viola. HEX triplet: AD, 89 and 8E. RGB value is (173,137,142). Sum of RGB (Red+Green+Blue) = 173+137+142=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD898E is #527671. Grayscale: #949494. Windows color (decimal): -5404274 or 9341357. OLE color: 9341357.

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

Color convert

RGB 173 137 142 -
CMYK 0 0.21 0.18 0.32
HSL 351.67º 0.18% 0.61% -
HSV(B) 351.67º 0.21% 0.68% -
XYZ 31.06 28.73 29.5 -
YUV 148.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 173 137 142 0 0.21 0.18 0.32 351.67 0.18 0.61
Hex AD 89 8E 0 15 12 20 160 12 3D
Octal 255 211 216 0 25 22 40 540 22 75
Binary 10101101 10001001 10001110 0 10101 10010 100000 101100000 10010 111101

Color Harmonies of #AD898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD898E

Black with #AD898E

Text Example


Text Example

White with #AD898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD898E; }

 p { color: rgb(173,137,142); }

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

background-color css

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

 a { background-color: rgb(173,137,142); }

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

border-color css

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

 span { border-color: rgb(173,137,142); }

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