Html Css Color HEX #A85D8D Strikemaster

📋 copy color: '#A85D8D'

red 168 ◦ green 93 ◦ blue 141

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

Shades of Strikemaster #A85D8D

Tints of Strikemaster #A85D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.13%

 BLUE value IS 141 (55.47% from 255) = 35.07%

R = 41.79%
G = 23.13%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A85D8D (or 0xA85D8D) is known color: Strikemaster. HEX triplet: A8, 5D and 8D. RGB value is (168,93,141). Sum of RGB (Red+Green+Blue) = 168+93+141=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85D8D is #57A272. Grayscale: #787878. Windows color (decimal): -5743219 or 9264552. OLE color: 9264552.

HSL color Cylindrical-coordinate representation of color #A85D8D: hue angle of 321.6º 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 #A85D8D is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 93 141 -
CMYK 0 0.45 0.16 0.34
HSL 321.6º 0.3% 0.51% -
HSV(B) 321.6º 0.45% 0.66% -
XYZ 24.87 18.08 27.38 -
YUV 120.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 168 93 141 0 0.45 0.16 0.34 321.6 0.3 0.51
Hex A8 5D 8D 0 2D 10 22 142 1E 33
Octal 250 135 215 0 55 20 42 502 36 63
Binary 10101000 1011101 10001101 0 101101 10000 100010 101000010 11110 110011

Color Harmonies of #A85D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85D8D

Black with #A85D8D

Text Example


Text Example

White with #A85D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85D8D; }

 p { color: rgb(168,93,141); }

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

background-color css

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

 a { background-color: rgb(168,93,141); }

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

border-color css

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

 span { border-color: rgb(168,93,141); }

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