Html Css Color HEX #AF618B Tapestry

📋 copy color: '#AF618B'

red 175 ◦ green 97 ◦ blue 139

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

Shades of Tapestry #AF618B

Tints of Tapestry #AF618B

RGB

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

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

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

R = 42.58%
G = 23.6%
B = 33.82%

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

#AF618B (or 0xAF618B) is known color: Tapestry. HEX triplet: AF, 61 and 8B. RGB value is (175,97,139). Sum of RGB (Red+Green+Blue) = 175+97+139=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF618B is #509E74. Grayscale: #7D7D7D. Windows color (decimal): -5283445 or 9134511. OLE color: 9134511.

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

Color convert

RGB 175 97 139 -
CMYK 0 0.45 0.21 0.31
HSL 327.69º 0.33% 0.53% -
HSV(B) 327.69º 0.45% 0.69% -
XYZ 26.61 19.53 26.79 -
YUV 125.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 175 97 139 0 0.45 0.21 0.31 327.69 0.33 0.53
Hex AF 61 8B 0 2D 15 1F 148 21 35
Octal 257 141 213 0 55 25 37 510 41 65
Binary 10101111 1100001 10001011 0 101101 10101 11111 101001000 100001 110101

Color Harmonies of #AF618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF618B

Black with #AF618B

Text Example


Text Example

White with #AF618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF618B; }

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

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

background-color css

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

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

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

border-color css

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

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

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