Html Css Color HEX #AF638C Tapestry

📋 copy color: '#AF638C'

red 175 ◦ green 99 ◦ blue 140

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

Shades of Tapestry #AF638C

Tints of Tapestry #AF638C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.82%

R = 42.27%
G = 23.91%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF638C (or 0xAF638C) is known color: Tapestry. HEX triplet: AF, 63 and 8C. RGB value is (175,99,140). Sum of RGB (Red+Green+Blue) = 175+99+140=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF638C is #509C73. Grayscale: #7E7E7E. Windows color (decimal): -5282932 or 9200559. OLE color: 9200559.

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

Color convert

RGB 175 99 140 -
CMYK 0 0.43 0.2 0.31
HSL 327.63º 0.32% 0.54% -
HSV(B) 327.63º 0.43% 0.69% -
XYZ 26.87 19.93 27.24 -
YUV 126.4 135.68 162.67 -
System Red Green Blue C M Y K H S L
Decimal 175 99 140 0 0.43 0.2 0.31 327.63 0.32 0.54
Hex AF 63 8C 0 2B 14 1F 148 20 36
Octal 257 143 214 0 53 24 37 510 40 66
Binary 10101111 1100011 10001100 0 101011 10100 11111 101001000 100000 110110

Color Harmonies of #AF638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF638C

Black with #AF638C

Text Example


Text Example

White with #AF638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF638C; }

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

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

background-color css

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

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

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

border-color css

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

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

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