Html Css Color HEX #AF6688 Tapestry

📋 copy color: '#AF6688'

red 175 ◦ green 102 ◦ blue 136

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

Shades of Tapestry #AF6688

Tints of Tapestry #AF6688

RGB

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

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

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

R = 42.37%
G = 24.7%
B = 32.93%

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

#AF6688 (or 0xAF6688) is known color: Tapestry. HEX triplet: AF, 66 and 88. RGB value is (175,102,136). Sum of RGB (Red+Green+Blue) = 175+102+136=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6688 is #509977. Grayscale: #7F7F7F. Windows color (decimal): -5282168 or 8939183. OLE color: 8939183.

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

Color convert

RGB 175 102 136 -
CMYK 0 0.42 0.22 0.31
HSL 332.05º 0.31% 0.54% -
HSV(B) 332.05º 0.42% 0.69% -
XYZ 26.87 20.39 25.81 -
YUV 127.7 132.68 161.74 -
System Red Green Blue C M Y K H S L
Decimal 175 102 136 0 0.42 0.22 0.31 332.05 0.31 0.54
Hex AF 66 88 0 2A 16 1F 14C 1F 36
Octal 257 146 210 0 52 26 37 514 37 66
Binary 10101111 1100110 10001000 0 101010 10110 11111 101001100 11111 110110

Color Harmonies of #AF6688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6688

Black with #AF6688

Text Example


Text Example

White with #AF6688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6688; }

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

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

background-color css

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

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

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

border-color css

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

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

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