Html Css Color HEX #AF628B Tapestry

📋 copy color: '#AF628B'

red 175 ◦ green 98 ◦ blue 139

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

Shades of Tapestry #AF628B

Tints of Tapestry #AF628B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.79%

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 42.48%
G = 23.79%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF628B (or 0xAF628B) is known color: Tapestry. HEX triplet: AF, 62 and 8B. RGB value is (175,98,139). Sum of RGB (Red+Green+Blue) = 175+98+139=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF628B is #509D74. Grayscale: #7D7D7D. Windows color (decimal): -5283189 or 9134767. OLE color: 9134767.

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

Color convert

RGB 175 98 139 -
CMYK 0 0.44 0.21 0.31
HSL 328.05º 0.32% 0.54% -
HSV(B) 328.05º 0.44% 0.69% -
XYZ 26.71 19.71 26.82 -
YUV 125.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 175 98 139 0 0.44 0.21 0.31 328.05 0.32 0.54
Hex AF 62 8B 0 2C 15 1F 148 20 36
Octal 257 142 213 0 54 25 37 510 40 66
Binary 10101111 1100010 10001011 0 101100 10101 11111 101001000 100000 110110

Color Harmonies of #AF628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF628B

Black with #AF628B

Text Example


Text Example

White with #AF628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF628B; }

 p { color: rgb(175,98,139); }

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

background-color css

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

 a { background-color: rgb(175,98,139); }

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

border-color css

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

 span { border-color: rgb(175,98,139); }

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