Html Css Color HEX #AF668F Tapestry

📋 copy color: '#AF668F'

red 175 ◦ green 102 ◦ blue 143

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

Shades of Tapestry #AF668F

Tints of Tapestry #AF668F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.29%

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

R = 41.67%
G = 24.29%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF668F (or 0xAF668F) is known color: Tapestry. HEX triplet: AF, 66 and 8F. RGB value is (175,102,143). Sum of RGB (Red+Green+Blue) = 175+102+143=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF668F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF668F is #509970. Grayscale: #808080. Windows color (decimal): -5282161 or 9397935. OLE color: 9397935.

HSL color Cylindrical-coordinate representation of color #AF668F: hue angle of 326.3º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF668F is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 143 -
CMYK 0 0.42 0.18 0.31
HSL 326.3º 0.31% 0.54% -
HSV(B) 326.3º 0.42% 0.69% -
XYZ 27.39 20.6 28.52 -
YUV 128.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 175 102 143 0 0.42 0.18 0.31 326.3 0.31 0.54
Hex AF 66 8F 0 2A 12 1F 146 1F 36
Octal 257 146 217 0 52 22 37 506 37 66
Binary 10101111 1100110 10001111 0 101010 10010 11111 101000110 11111 110110

Color Harmonies of #AF668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF668F

Black with #AF668F

Text Example


Text Example

White with #AF668F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF668F; }

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

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

background-color css

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

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

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

border-color css

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

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

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