Html Css Color HEX #AF898C Viola

📋 copy color: '#AF898C'

red 175 ◦ green 137 ◦ blue 140

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

Shades of Viola #AF898C

Tints of Viola #AF898C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.97%

R = 38.72%
G = 30.31%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF898C (or 0xAF898C) is known color: Viola. HEX triplet: AF, 89 and 8C. RGB value is (175,137,140). Sum of RGB (Red+Green+Blue) = 175+137+140=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF898C is #507673. Grayscale: #949494. Windows color (decimal): -5273204 or 9210287. OLE color: 9210287.

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

Color convert

RGB 175 137 140 -
CMYK 0 0.22 0.2 0.31
HSL 355.26º 0.19% 0.61% -
HSV(B) 355.26º 0.22% 0.69% -
XYZ 31.36 28.9 28.74 -
YUV 148.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 175 137 140 0 0.22 0.2 0.31 355.26 0.19 0.61
Hex AF 89 8C 0 16 14 1F 163 13 3D
Octal 257 211 214 0 26 24 37 543 23 75
Binary 10101111 10001001 10001100 0 10110 10100 11111 101100011 10011 111101

Color Harmonies of #AF898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF898C

Black with #AF898C

Text Example


Text Example

White with #AF898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF898C; }

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

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

background-color css

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

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

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

border-color css

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

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

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