Html Css Color HEX #AF6689 Tapestry

📋 copy color: '#AF6689'

red 175 ◦ green 102 ◦ blue 137

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

Shades of Tapestry #AF6689

Tints of Tapestry #AF6689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.09%

R = 42.27%
G = 24.64%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF6689 (or 0xAF6689) is known color: Tapestry. HEX triplet: AF, 66 and 89. RGB value is (175,102,137). Sum of RGB (Red+Green+Blue) = 175+102+137=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6689 is #509976. Grayscale: #7F7F7F. Windows color (decimal): -5282167 or 9004719. OLE color: 9004719.

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

Color convert

RGB 175 102 137 -
CMYK 0 0.42 0.22 0.31
HSL 331.23º 0.31% 0.54% -
HSV(B) 331.23º 0.42% 0.69% -
XYZ 26.95 20.42 26.19 -
YUV 127.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 175 102 137 0 0.42 0.22 0.31 331.23 0.31 0.54
Hex AF 66 89 0 2A 16 1F 14B 1F 36
Octal 257 146 211 0 52 26 37 513 37 66
Binary 10101111 1100110 10001001 0 101010 10110 11111 101001011 11111 110110

Color Harmonies of #AF6689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6689

Black with #AF6689

Text Example


Text Example

White with #AF6689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6689; }

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

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

background-color css

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

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

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

border-color css

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

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

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