Html Css Color HEX #AF888F Viola

📋 copy color: '#AF888F'

red 175 ◦ green 136 ◦ blue 143

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

Shades of Viola #AF888F

Tints of Viola #AF888F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.96%

 BLUE value IS 143 (56.25% from 255) = 31.5%

R = 38.55%
G = 29.96%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF888F (or 0xAF888F) is known color: Viola. HEX triplet: AF, 88 and 8F. RGB value is (175,136,143). Sum of RGB (Red+Green+Blue) = 175+136+143=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF888F is #507770. Grayscale: #949494. Windows color (decimal): -5273457 or 9406639. OLE color: 9406639.

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

Color convert

RGB 175 136 143 -
CMYK 0 0.22 0.18 0.31
HSL 349.23º 0.2% 0.61% -
HSV(B) 349.23º 0.22% 0.69% -
XYZ 31.44 28.71 29.87 -
YUV 148.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 175 136 143 0 0.22 0.18 0.31 349.23 0.2 0.61
Hex AF 88 8F 0 16 12 1F 15D 14 3D
Octal 257 210 217 0 26 22 37 535 24 75
Binary 10101111 10001000 10001111 0 10110 10010 11111 101011101 10100 111101

Color Harmonies of #AF888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF888F

Black with #AF888F

Text Example


Text Example

White with #AF888F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF888F; }

 p { color: rgb(175,136,143); }

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

background-color css

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

 a { background-color: rgb(175,136,143); }

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

border-color css

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

 span { border-color: rgb(175,136,143); }

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