Html Css Color HEX #AF668E Tapestry

📋 copy color: '#AF668E'

red 175 ◦ green 102 ◦ blue 142

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

Shades of Tapestry #AF668E

Tints of Tapestry #AF668E

RGB

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

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

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

R = 41.77%
G = 24.34%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF668E (or 0xAF668E) is known color: Tapestry. HEX triplet: AF, 66 and 8E. RGB value is (175,102,142). Sum of RGB (Red+Green+Blue) = 175+102+142=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF668E is #509971. Grayscale: #808080. Windows color (decimal): -5282162 or 9332399. OLE color: 9332399.

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

Color convert

RGB 175 102 142 -
CMYK 0 0.42 0.19 0.31
HSL 327.12º 0.31% 0.54% -
HSV(B) 327.12º 0.42% 0.69% -
XYZ 27.31 20.57 28.12 -
YUV 128.39 135.68 161.25 -
System Red Green Blue C M Y K H S L
Decimal 175 102 142 0 0.42 0.19 0.31 327.12 0.31 0.54
Hex AF 66 8E 0 2A 13 1F 147 1F 36
Octal 257 146 216 0 52 23 37 507 37 66
Binary 10101111 1100110 10001110 0 101010 10011 11111 101000111 11111 110110

Color Harmonies of #AF668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF668E

Black with #AF668E

Text Example


Text Example

White with #AF668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF668E; }

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

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

background-color css

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

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

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

border-color css

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

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

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