Html Css Color HEX #A85F78 Tapestry

📋 copy color: '#A85F78'

red 168 ◦ green 95 ◦ blue 120

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

Shades of Tapestry #A85F78

Tints of Tapestry #A85F78

RGB

 RED value IS 168 (66.02% from 255) = 43.86%

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

 BLUE value IS 120 (47.27% from 255) = 31.33%

R = 43.86%
G = 24.8%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A85F78 (or 0xA85F78) is known color: Tapestry. HEX triplet: A8, 5F and 78. RGB value is (168,95,120). Sum of RGB (Red+Green+Blue) = 168+95+120=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F78 is #57A087. Grayscale: #777777. Windows color (decimal): -5742728 or 7888808. OLE color: 7888808.

HSL color Cylindrical-coordinate representation of color #A85F78: hue angle of 339.45º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A85F78 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 95 120 -
CMYK 0 0.43 0.29 0.34
HSL 339.45º 0.3% 0.52% -
HSV(B) 339.45º 0.43% 0.66% -
XYZ 23.63 17.87 19.97 -
YUV 119.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 168 95 120 0 0.43 0.29 0.34 339.45 0.3 0.52
Hex A8 5F 78 0 2B 1D 22 153 1E 34
Octal 250 137 170 0 53 35 42 523 36 64
Binary 10101000 1011111 1111000 0 101011 11101 100010 101010011 11110 110100

Color Harmonies of #A85F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85F78

Black with #A85F78

Text Example


Text Example

White with #A85F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85F78; }

 p { color: rgb(168,95,120); }

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

background-color css

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

 a { background-color: rgb(168,95,120); }

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

border-color css

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

 span { border-color: rgb(168,95,120); }

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