Html Css Color HEX #AF618E Tapestry

📋 copy color: '#AF618E'

red 175 ◦ green 97 ◦ blue 142

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

Shades of Tapestry #AF618E

Tints of Tapestry #AF618E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.3%

R = 42.27%
G = 23.43%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF618E (or 0xAF618E) is known color: Tapestry. HEX triplet: AF, 61 and 8E. RGB value is (175,97,142). Sum of RGB (Red+Green+Blue) = 175+97+142=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF618E is #509E71. Grayscale: #7D7D7D. Windows color (decimal): -5283442 or 9331119. OLE color: 9331119.

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

Color convert

RGB 175 97 142 -
CMYK 0 0.45 0.19 0.31
HSL 325.38º 0.33% 0.53% -
HSV(B) 325.38º 0.45% 0.69% -
XYZ 26.84 19.62 27.96 -
YUV 125.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 175 97 142 0 0.45 0.19 0.31 325.38 0.33 0.53
Hex AF 61 8E 0 2D 13 1F 145 21 35
Octal 257 141 216 0 55 23 37 505 41 65
Binary 10101111 1100001 10001110 0 101101 10011 11111 101000101 100001 110101

Color Harmonies of #AF618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF618E

Black with #AF618E

Text Example


Text Example

White with #AF618E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF618E; }

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

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

background-color css

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

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

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

border-color css

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

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

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