Html Css Color HEX #AF638A Tapestry

📋 copy color: '#AF638A'

red 175 ◦ green 99 ◦ blue 138

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

Shades of Tapestry #AF638A

Tints of Tapestry #AF638A

RGB

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

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

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

R = 42.48%
G = 24.03%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF638A (or 0xAF638A) is known color: Tapestry. HEX triplet: AF, 63 and 8A. RGB value is (175,99,138). Sum of RGB (Red+Green+Blue) = 175+99+138=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF638A is #509C75. Grayscale: #7E7E7E. Windows color (decimal): -5282934 or 9069487. OLE color: 9069487.

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

Color convert

RGB 175 99 138 -
CMYK 0 0.43 0.21 0.31
HSL 329.21º 0.32% 0.54% -
HSV(B) 329.21º 0.43% 0.69% -
XYZ 26.73 19.87 26.47 -
YUV 126.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 175 99 138 0 0.43 0.21 0.31 329.21 0.32 0.54
Hex AF 63 8A 0 2B 15 1F 149 20 36
Octal 257 143 212 0 53 25 37 511 40 66
Binary 10101111 1100011 10001010 0 101011 10101 11111 101001001 100000 110110

Color Harmonies of #AF638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF638A

Black with #AF638A

Text Example


Text Example

White with #AF638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF638A; }

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

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

background-color css

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

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

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

border-color css

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

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

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