Html Css Color HEX #A85C8F Strikemaster

📋 copy color: '#A85C8F'

red 168 ◦ green 92 ◦ blue 143

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

Shades of Strikemaster #A85C8F

Tints of Strikemaster #A85C8F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.83%

 BLUE value IS 143 (56.25% from 255) = 35.48%

R = 41.69%
G = 22.83%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A85C8F (or 0xA85C8F) is known color: Strikemaster. HEX triplet: A8, 5C and 8F. RGB value is (168,92,143). Sum of RGB (Red+Green+Blue) = 168+92+143=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85C8F is #57A370. Grayscale: #787878. Windows color (decimal): -5743473 or 9395368. OLE color: 9395368.

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

Color convert

RGB 168 92 143 -
CMYK 0 0.45 0.15 0.34
HSL 319.74º 0.3% 0.51% -
HSV(B) 319.74º 0.45% 0.66% -
XYZ 24.93 17.96 28.14 -
YUV 120.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 168 92 143 0 0.45 0.15 0.34 319.74 0.3 0.51
Hex A8 5C 8F 0 2D F 22 140 1E 33
Octal 250 134 217 0 55 17 42 500 36 63
Binary 10101000 1011100 10001111 0 101101 1111 100010 101000000 11110 110011

Color Harmonies of #A85C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85C8F

Black with #A85C8F

Text Example


Text Example

White with #A85C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85C8F; }

 p { color: rgb(168,92,143); }

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

background-color css

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

 a { background-color: rgb(168,92,143); }

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

border-color css

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

 span { border-color: rgb(168,92,143); }

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