Html Css Color HEX #AF8993 Viola

📋 copy color: '#AF8993'

red 175 ◦ green 137 ◦ blue 147

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

Shades of Viola #AF8993

Tints of Viola #AF8993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.03%

R = 38.13%
G = 29.85%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF8993 (or 0xAF8993) is known color: Viola. HEX triplet: AF, 89 and 93. RGB value is (175,137,147). Sum of RGB (Red+Green+Blue) = 175+137+147=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8993 is #50766C. Grayscale: #959595. Windows color (decimal): -5273197 or 9669039. OLE color: 9669039.

HSL color Cylindrical-coordinate representation of color #AF8993: hue angle of 344.21º 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 #AF8993 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 137 147 -
CMYK 0 0.22 0.16 0.31
HSL 344.21º 0.19% 0.61% -
HSV(B) 344.21º 0.22% 0.69% -
XYZ 31.89 29.11 31.54 -
YUV 149.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 175 137 147 0 0.22 0.16 0.31 344.21 0.19 0.61
Hex AF 89 93 0 16 10 1F 158 13 3D
Octal 257 211 223 0 26 20 37 530 23 75
Binary 10101111 10001001 10010011 0 10110 10000 11111 101011000 10011 111101

Color Harmonies of #AF8993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8993

Black with #AF8993

Text Example


Text Example

White with #AF8993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8993; }

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

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

background-color css

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

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

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

border-color css

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

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

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