Html Css Color HEX #A85E8C Strikemaster

📋 copy color: '#A85E8C'

red 168 ◦ green 94 ◦ blue 140

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

Shades of Strikemaster #A85E8C

Tints of Strikemaster #A85E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 41.79%
G = 23.38%
B = 34.83%

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

#A85E8C (or 0xA85E8C) is known color: Strikemaster. HEX triplet: A8, 5E and 8C. RGB value is (168,94,140). Sum of RGB (Red+Green+Blue) = 168+94+140=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85E8C is #57A173. Grayscale: #797979. Windows color (decimal): -5742964 or 9199272. OLE color: 9199272.

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

Color convert

RGB 168 94 140 -
CMYK 0 0.44 0.17 0.34
HSL 322.7º 0.3% 0.51% -
HSV(B) 322.7º 0.44% 0.66% -
XYZ 24.88 18.22 27.02 -
YUV 121.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 168 94 140 0 0.44 0.17 0.34 322.7 0.3 0.51
Hex A8 5E 8C 0 2C 11 22 143 1E 33
Octal 250 136 214 0 54 21 42 503 36 63
Binary 10101000 1011110 10001100 0 101100 10001 100010 101000011 11110 110011

Color Harmonies of #A85E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E8C

Black with #A85E8C

Text Example


Text Example

White with #A85E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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