Html Css Color HEX #AF648A Tapestry

📋 copy color: '#AF648A'

red 175 ◦ green 100 ◦ blue 138

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

Shades of Tapestry #AF648A

Tints of Tapestry #AF648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.21%

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

R = 42.37%
G = 24.21%
B = 33.41%

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

#AF648A (or 0xAF648A) is known color: Tapestry. HEX triplet: AF, 64 and 8A. RGB value is (175,100,138). Sum of RGB (Red+Green+Blue) = 175+100+138=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF648A is #509B75. Grayscale: #7E7E7E. Windows color (decimal): -5282678 or 9069743. OLE color: 9069743.

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

Color convert

RGB 175 100 138 -
CMYK 0 0.43 0.21 0.31
HSL 329.6º 0.32% 0.54% -
HSV(B) 329.6º 0.43% 0.69% -
XYZ 26.82 20.06 26.5 -
YUV 126.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 175 100 138 0 0.43 0.21 0.31 329.6 0.32 0.54
Hex AF 64 8A 0 2B 15 1F 14A 20 36
Octal 257 144 212 0 53 25 37 512 40 66
Binary 10101111 1100100 10001010 0 101011 10101 11111 101001010 100000 110110

Color Harmonies of #AF648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF648A

Black with #AF648A

Text Example


Text Example

White with #AF648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF648A; }

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

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

background-color css

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

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

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

border-color css

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

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

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