Html Css Color HEX #A75F7D Tapestry

📋 copy color: '#A75F7D'

red 167 ◦ green 95 ◦ blue 125

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

Shades of Tapestry #A75F7D

Tints of Tapestry #A75F7D

RGB

 RED value IS 167 (65.63% from 255) = 43.15%

 GREEN value IS 95 (37.5% from 255) = 24.55%

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 43.15%
G = 24.55%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A75F7D (or 0xA75F7D) is known color: Tapestry. HEX triplet: A7, 5F and 7D. RGB value is (167,95,125). Sum of RGB (Red+Green+Blue) = 167+95+125=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75F7D is #58A082. Grayscale: #777777. Windows color (decimal): -5808259 or 8216487. OLE color: 8216487.

HSL color Cylindrical-coordinate representation of color #A75F7D: hue angle of 335º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A75F7D is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 95 125 -
CMYK 0 0.43 0.25 0.35
HSL 335º 0.29% 0.51% -
HSV(B) 335º 0.43% 0.65% -
XYZ 23.73 17.88 21.6 -
YUV 119.95 130.85 161.56 -
System Red Green Blue C M Y K H S L
Decimal 167 95 125 0 0.43 0.25 0.35 335 0.29 0.51
Hex A7 5F 7D 0 2B 19 23 14F 1D 33
Octal 247 137 175 0 53 31 43 517 35 63
Binary 10100111 1011111 1111101 0 101011 11001 100011 101001111 11101 110011

Color Harmonies of #A75F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75F7D

Black with #A75F7D

Text Example


Text Example

White with #A75F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75F7D; }

 p { color: rgb(167,95,125); }

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

background-color css

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

 a { background-color: rgb(167,95,125); }

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

border-color css

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

 span { border-color: rgb(167,95,125); }

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