Html Css Color HEX #AF608B Tapestry

📋 copy color: '#AF608B'

red 175 ◦ green 96 ◦ blue 139

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

Shades of Tapestry #AF608B

Tints of Tapestry #AF608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 42.68%
G = 23.41%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF608B (or 0xAF608B) is known color: Tapestry. HEX triplet: AF, 60 and 8B. RGB value is (175,96,139). Sum of RGB (Red+Green+Blue) = 175+96+139=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF608B is #509F74. Grayscale: #7C7C7C. Windows color (decimal): -5283701 or 9134255. OLE color: 9134255.

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

Color convert

RGB 175 96 139 -
CMYK 0 0.45 0.21 0.31
HSL 327.34º 0.33% 0.53% -
HSV(B) 327.34º 0.45% 0.69% -
XYZ 26.52 19.34 26.76 -
YUV 124.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 175 96 139 0 0.45 0.21 0.31 327.34 0.33 0.53
Hex AF 60 8B 0 2D 15 1F 147 21 35
Octal 257 140 213 0 55 25 37 507 41 65
Binary 10101111 1100000 10001011 0 101101 10101 11111 101000111 100001 110101

Color Harmonies of #AF608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF608B

Black with #AF608B

Text Example


Text Example

White with #AF608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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