Html Css Color HEX #AF627C Tapestry

📋 copy color: '#AF627C'

red 175 ◦ green 98 ◦ blue 124

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

Shades of Tapestry #AF627C

Tints of Tapestry #AF627C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 44.08%
G = 24.69%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF627C (or 0xAF627C) is known color: Tapestry. HEX triplet: AF, 62 and 7C. RGB value is (175,98,124). Sum of RGB (Red+Green+Blue) = 175+98+124=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF627C is #509D83. Grayscale: #7B7B7B. Windows color (decimal): -5283204 or 8151727. OLE color: 8151727.

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

Color convert

RGB 175 98 124 -
CMYK 0 0.44 0.29 0.31
HSL 339.74º 0.32% 0.54% -
HSV(B) 339.74º 0.44% 0.69% -
XYZ 25.68 19.3 21.44 -
YUV 123.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 175 98 124 0 0.44 0.29 0.31 339.74 0.32 0.54
Hex AF 62 7C 0 2C 1D 1F 154 20 36
Octal 257 142 174 0 54 35 37 524 40 66
Binary 10101111 1100010 1111100 0 101100 11101 11111 101010100 100000 110110

Color Harmonies of #AF627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF627C

Black with #AF627C

Text Example


Text Example

White with #AF627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF627C; }

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

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

background-color css

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

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

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

border-color css

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

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

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