Html Css Color HEX #AF898E Viola

📋 copy color: '#AF898E'

red 175 ◦ green 137 ◦ blue 142

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

Shades of Viola #AF898E

Tints of Viola #AF898E

RGB

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

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

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

R = 38.55%
G = 30.18%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF898E (or 0xAF898E) is known color: Viola. HEX triplet: AF, 89 and 8E. RGB value is (175,137,142). Sum of RGB (Red+Green+Blue) = 175+137+142=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF898E is #507671. Grayscale: #949494. Windows color (decimal): -5273202 or 9341359. OLE color: 9341359.

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

Color convert

RGB 175 137 142 -
CMYK 0 0.22 0.19 0.31
HSL 352.11º 0.19% 0.61% -
HSV(B) 352.11º 0.22% 0.69% -
XYZ 31.51 28.96 29.52 -
YUV 148.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 175 137 142 0 0.22 0.19 0.31 352.11 0.19 0.61
Hex AF 89 8E 0 16 13 1F 160 13 3D
Octal 257 211 216 0 26 23 37 540 23 75
Binary 10101111 10001001 10001110 0 10110 10011 11111 101100000 10011 111101

Color Harmonies of #AF898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF898E

Black with #AF898E

Text Example


Text Example

White with #AF898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF898E; }

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

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

background-color css

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

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

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

border-color css

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

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

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