Html Css Color HEX #AF5E8A Tapestry

📋 copy color: '#AF5E8A'

red 175 ◦ green 94 ◦ blue 138

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

Shades of Tapestry #AF5E8A

Tints of Tapestry #AF5E8A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.1%

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 43%
G = 23.1%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF5E8A (or 0xAF5E8A) is known color: Tapestry. HEX triplet: AF, 5E and 8A. RGB value is (175,94,138). Sum of RGB (Red+Green+Blue) = 175+94+138=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5E8A is #50A175. Grayscale: #7B7B7B. Windows color (decimal): -5284214 or 9068207. OLE color: 9068207.

HSL color Cylindrical-coordinate representation of color #AF5E8A: hue angle of 327.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5E8A is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 94 138 -
CMYK 0 0.46 0.21 0.31
HSL 327.41º 0.34% 0.53% -
HSV(B) 327.41º 0.46% 0.69% -
XYZ 26.27 18.95 26.32 -
YUV 123.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 175 94 138 0 0.46 0.21 0.31 327.41 0.34 0.53
Hex AF 5E 8A 0 2E 15 1F 147 22 35
Octal 257 136 212 0 56 25 37 507 42 65
Binary 10101111 1011110 10001010 0 101110 10101 11111 101000111 100010 110101

Color Harmonies of #AF5E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E8A

Black with #AF5E8A

Text Example


Text Example

White with #AF5E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E8A; }

 p { color: rgb(175,94,138); }

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

background-color css

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

 a { background-color: rgb(175,94,138); }

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

border-color css

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

 span { border-color: rgb(175,94,138); }

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