Html Css Color HEX #AF6383 Tapestry

📋 copy color: '#AF6383'

red 175 ◦ green 99 ◦ blue 131

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

Shades of Tapestry #AF6383

Tints of Tapestry #AF6383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.44%

 BLUE value IS 131 (51.56% from 255) = 32.35%

R = 43.21%
G = 24.44%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF6383 (or 0xAF6383) is known color: Tapestry. HEX triplet: AF, 63 and 83. RGB value is (175,99,131). Sum of RGB (Red+Green+Blue) = 175+99+131=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6383 is #509C7C. Grayscale: #7D7D7D. Windows color (decimal): -5282941 or 8610735. OLE color: 8610735.

HSL color Cylindrical-coordinate representation of color #AF6383: hue angle of 334.74º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF6383 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 99 131 -
CMYK 0 0.43 0.25 0.31
HSL 334.74º 0.32% 0.54% -
HSV(B) 334.74º 0.43% 0.69% -
XYZ 26.24 19.68 23.89 -
YUV 125.37 131.18 163.4 -
System Red Green Blue C M Y K H S L
Decimal 175 99 131 0 0.43 0.25 0.31 334.74 0.32 0.54
Hex AF 63 83 0 2B 19 1F 14F 20 36
Octal 257 143 203 0 53 31 37 517 40 66
Binary 10101111 1100011 10000011 0 101011 11001 11111 101001111 100000 110110

Color Harmonies of #AF6383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6383

Black with #AF6383

Text Example


Text Example

White with #AF6383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6383; }

 p { color: rgb(175,99,131); }

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

background-color css

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

 a { background-color: rgb(175,99,131); }

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

border-color css

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

 span { border-color: rgb(175,99,131); }

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