Html Css Color HEX #AF608C Tapestry

📋 copy color: '#AF608C'

red 175 ◦ green 96 ◦ blue 140

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

Shades of Tapestry #AF608C

Tints of Tapestry #AF608C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.36%

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

R = 42.58%
G = 23.36%
B = 34.06%

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

#AF608C (or 0xAF608C) is known color: Tapestry. HEX triplet: AF, 60 and 8C. RGB value is (175,96,140). Sum of RGB (Red+Green+Blue) = 175+96+140=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF608C is #509F73. Grayscale: #7C7C7C. Windows color (decimal): -5283700 or 9199791. OLE color: 9199791.

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

Color convert

RGB 175 96 140 -
CMYK 0 0.45 0.2 0.31
HSL 326.58º 0.33% 0.53% -
HSV(B) 326.58º 0.45% 0.69% -
XYZ 26.6 19.37 27.15 -
YUV 124.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 175 96 140 0 0.45 0.2 0.31 326.58 0.33 0.53
Hex AF 60 8C 0 2D 14 1F 147 21 35
Octal 257 140 214 0 55 24 37 507 41 65
Binary 10101111 1100000 10001100 0 101101 10100 11111 101000111 100001 110101

Color Harmonies of #AF608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF608C

Black with #AF608C

Text Example


Text Example

White with #AF608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF608C; }

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

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

background-color css

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

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

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

border-color css

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

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

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