Html Css Color HEX #AF8992 Viola

📋 copy color: '#AF8992'

red 175 ◦ green 137 ◦ blue 146

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

Shades of Viola #AF8992

Tints of Viola #AF8992

RGB

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

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

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

R = 38.21%
G = 29.91%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF8992 (or 0xAF8992) is known color: Viola. HEX triplet: AF, 89 and 92. RGB value is (175,137,146). Sum of RGB (Red+Green+Blue) = 175+137+146=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8992 is #50766D. Grayscale: #959595. Windows color (decimal): -5273198 or 9603503. OLE color: 9603503.

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

Color convert

RGB 175 137 146 -
CMYK 0 0.22 0.17 0.31
HSL 345.79º 0.19% 0.61% -
HSV(B) 345.79º 0.22% 0.69% -
XYZ 31.81 29.08 31.13 -
YUV 149.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 175 137 146 0 0.22 0.17 0.31 345.79 0.19 0.61
Hex AF 89 92 0 16 11 1F 15A 13 3D
Octal 257 211 222 0 26 21 37 532 23 75
Binary 10101111 10001001 10010010 0 10110 10001 11111 101011010 10011 111101

Color Harmonies of #AF8992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8992

Black with #AF8992

Text Example


Text Example

White with #AF8992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8992; }

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

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

background-color css

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

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

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

border-color css

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

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

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