Html Css Color HEX #A85487 Strikemaster

📋 copy color: '#A85487'

red 168 ◦ green 84 ◦ blue 135

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

Shades of Strikemaster #A85487

Tints of Strikemaster #A85487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.71%

 BLUE value IS 135 (53.13% from 255) = 34.88%

R = 43.41%
G = 21.71%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A85487 (or 0xA85487) is known color: Strikemaster. HEX triplet: A8, 54 and 87. RGB value is (168,84,135). Sum of RGB (Red+Green+Blue) = 168+84+135=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A85487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85487 is #57AB78. Grayscale: #727272. Windows color (decimal): -5745529 or 8869032. OLE color: 8869032.

HSL color Cylindrical-coordinate representation of color #A85487: hue angle of 323.57º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85487 is Cyan = 0, Magento = 0.5, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 84 135 -
CMYK 0 0.5 0.20 0.34
HSL 323.57º 0.33% 0.49% -
HSV(B) 323.57º 0.5% 0.66% -
XYZ 23.69 16.41 24.84 -
YUV 114.93 139.33 165.85 -
System Red Green Blue C M Y K H S L
Decimal 168 84 135 0 0.5 0.20 0.34 323.57 0.33 0.49
Hex A8 54 87 0 32 14 22 144 21 31
Octal 250 124 207 0 62 24 42 504 41 61
Binary 10101000 1010100 10000111 0 110010 10100 100010 101000100 100001 110001

Color Harmonies of #A85487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85487

Black with #A85487

Text Example


Text Example

White with #A85487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85487; }

 p { color: rgb(168,84,135); }

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

background-color css

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

 a { background-color: rgb(168,84,135); }

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

border-color css

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

 span { border-color: rgb(168,84,135); }

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