Html Css Color HEX #AF6988 Tapestry

📋 copy color: '#AF6988'

red 175 ◦ green 105 ◦ blue 136

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

Shades of Tapestry #AF6988

Tints of Tapestry #AF6988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.24%

 BLUE value IS 136 (53.52% from 255) = 32.69%

R = 42.07%
G = 25.24%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF6988 (or 0xAF6988) is known color: Tapestry. HEX triplet: AF, 69 and 88. RGB value is (175,105,136). Sum of RGB (Red+Green+Blue) = 175+105+136=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6988 is #509677. Grayscale: #818181. Windows color (decimal): -5281400 or 8939951. OLE color: 8939951.

HSL color Cylindrical-coordinate representation of color #AF6988: hue angle of 333.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6988 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 105 136 -
CMYK 0 0.40 0.22 0.31
HSL 333.43º 0.3% 0.55% -
HSV(B) 333.43º 0.4% 0.69% -
XYZ 27.17 20.99 25.91 -
YUV 129.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 175 105 136 0 0.40 0.22 0.31 333.43 0.3 0.55
Hex AF 69 88 0 28 16 1F 14D 1E 37
Octal 257 151 210 0 50 26 37 515 36 67
Binary 10101111 1101001 10001000 0 101000 10110 11111 101001101 11110 110111

Color Harmonies of #AF6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6988

Black with #AF6988

Text Example


Text Example

White with #AF6988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6988; }

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

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

background-color css

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

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

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

border-color css

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

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

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