Html Css Color HEX #AF618C Tapestry

📋 copy color: '#AF618C'

red 175 ◦ green 97 ◦ blue 140

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

Shades of Tapestry #AF618C

Tints of Tapestry #AF618C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.54%

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 42.48%
G = 23.54%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF618C (or 0xAF618C) is known color: Tapestry. HEX triplet: AF, 61 and 8C. RGB value is (175,97,140). Sum of RGB (Red+Green+Blue) = 175+97+140=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF618C is #509E73. Grayscale: #7D7D7D. Windows color (decimal): -5283444 or 9200047. OLE color: 9200047.

HSL color Cylindrical-coordinate representation of color #AF618C: hue angle of 326.92º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF618C is Cyan = 0, Magento = 0.45, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 97 140 -
CMYK 0 0.45 0.2 0.31
HSL 326.92º 0.33% 0.53% -
HSV(B) 326.92º 0.45% 0.69% -
XYZ 26.69 19.56 27.18 -
YUV 125.22 136.34 163.5 -
System Red Green Blue C M Y K H S L
Decimal 175 97 140 0 0.45 0.2 0.31 326.92 0.33 0.53
Hex AF 61 8C 0 2D 14 1F 147 21 35
Octal 257 141 214 0 55 24 37 507 41 65
Binary 10101111 1100001 10001100 0 101101 10100 11111 101000111 100001 110101

Color Harmonies of #AF618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF618C

Black with #AF618C

Text Example


Text Example

White with #AF618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF618C; }

 p { color: rgb(175,97,140); }

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

background-color css

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

 a { background-color: rgb(175,97,140); }

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

border-color css

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

 span { border-color: rgb(175,97,140); }

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