Html Css Color HEX #AF8C92 Viola

📋 copy color: '#AF8C92'

red 175 ◦ green 140 ◦ blue 146

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

Shades of Viola #AF8C92

Tints of Viola #AF8C92

RGB

 RED value IS 175 (68.75% from 255) = 37.96%

 GREEN value IS 140 (55.08% from 255) = 30.37%

 BLUE value IS 146 (57.42% from 255) = 31.67%

R = 37.96%
G = 30.37%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF8C92 (or 0xAF8C92) is known color: Viola. HEX triplet: AF, 8C and 92. RGB value is (175,140,146). Sum of RGB (Red+Green+Blue) = 175+140+146=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C92 is #50736D. Grayscale: #979797. Windows color (decimal): -5272430 or 9604271. OLE color: 9604271.

HSL color Cylindrical-coordinate representation of color #AF8C92: hue angle of 349.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF8C92 is Cyan = 0, Magento = 0.2, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 140 146 -
CMYK 0 0.2 0.17 0.31
HSL 349.71º 0.18% 0.62% -
HSV(B) 349.71º 0.2% 0.69% -
XYZ 32.25 29.95 31.27 -
YUV 151.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 175 140 146 0 0.2 0.17 0.31 349.71 0.18 0.62
Hex AF 8C 92 0 14 11 1F 15E 12 3E
Octal 257 214 222 0 24 21 37 536 22 76
Binary 10101111 10001100 10010010 0 10100 10001 11111 101011110 10010 111110

Color Harmonies of #AF8C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C92

Black with #AF8C92

Text Example


Text Example

White with #AF8C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C92; }

 p { color: rgb(175,140,146); }

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

background-color css

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

 a { background-color: rgb(175,140,146); }

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

border-color css

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

 span { border-color: rgb(175,140,146); }

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