Html Css Color HEX #AF618F Tapestry

📋 copy color: '#AF618F'

red 175 ◦ green 97 ◦ blue 143

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

Shades of Tapestry #AF618F

Tints of Tapestry #AF618F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.46%

R = 42.17%
G = 23.37%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF618F (or 0xAF618F) is known color: Tapestry. HEX triplet: AF, 61 and 8F. RGB value is (175,97,143). Sum of RGB (Red+Green+Blue) = 175+97+143=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF618F is #509E70. Grayscale: #7D7D7D. Windows color (decimal): -5283441 or 9396655. OLE color: 9396655.

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

Color convert

RGB 175 97 143 -
CMYK 0 0.45 0.18 0.31
HSL 324.62º 0.33% 0.53% -
HSV(B) 324.62º 0.45% 0.69% -
XYZ 26.91 19.65 28.36 -
YUV 125.57 137.84 163.26 -
System Red Green Blue C M Y K H S L
Decimal 175 97 143 0 0.45 0.18 0.31 324.62 0.33 0.53
Hex AF 61 8F 0 2D 12 1F 145 21 35
Octal 257 141 217 0 55 22 37 505 41 65
Binary 10101111 1100001 10001111 0 101101 10010 11111 101000101 100001 110101

Color Harmonies of #AF618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF618F

Black with #AF618F

Text Example


Text Example

White with #AF618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF618F; }

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

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

background-color css

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

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

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

border-color css

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

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

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