Html Css Color HEX #A85E8B Strikemaster

📋 copy color: '#A85E8B'

red 168 ◦ green 94 ◦ blue 139

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

Shades of Strikemaster #A85E8B

Tints of Strikemaster #A85E8B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.44%

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 41.9%
G = 23.44%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A85E8B (or 0xA85E8B) is known color: Strikemaster. HEX triplet: A8, 5E and 8B. RGB value is (168,94,139). Sum of RGB (Red+Green+Blue) = 168+94+139=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85E8B is #57A174. Grayscale: #797979. Windows color (decimal): -5742965 or 9133736. OLE color: 9133736.

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

Color convert

RGB 168 94 139 -
CMYK 0 0.44 0.17 0.34
HSL 323.51º 0.3% 0.51% -
HSV(B) 323.51º 0.44% 0.66% -
XYZ 24.81 18.19 26.63 -
YUV 121.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 168 94 139 0 0.44 0.17 0.34 323.51 0.3 0.51
Hex A8 5E 8B 0 2C 11 22 144 1E 33
Octal 250 136 213 0 54 21 42 504 36 63
Binary 10101000 1011110 10001011 0 101100 10001 100010 101000100 11110 110011

Color Harmonies of #A85E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E8B

Black with #A85E8B

Text Example


Text Example

White with #A85E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E8B; }

 p { color: rgb(168,94,139); }

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

background-color css

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

 a { background-color: rgb(168,94,139); }

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

border-color css

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

 span { border-color: rgb(168,94,139); }

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