Html Css Color HEX #A85588 Strikemaster

📋 copy color: '#A85588'

red 168 ◦ green 85 ◦ blue 136

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

Shades of Strikemaster #A85588

Tints of Strikemaster #A85588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.85%

 BLUE value IS 136 (53.52% from 255) = 34.96%

R = 43.19%
G = 21.85%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A85588 (or 0xA85588) is known color: Strikemaster. HEX triplet: A8, 55 and 88. RGB value is (168,85,136). Sum of RGB (Red+Green+Blue) = 168+85+136=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A85588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85588 is #57AA77. Grayscale: #737373. Windows color (decimal): -5745272 or 8934824. OLE color: 8934824.

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

Color convert

RGB 168 85 136 -
CMYK 0 0.49 0.19 0.34
HSL 323.13º 0.33% 0.5% -
HSV(B) 323.13º 0.49% 0.66% -
XYZ 23.84 16.6 25.24 -
YUV 115.63 139.5 165.35 -
System Red Green Blue C M Y K H S L
Decimal 168 85 136 0 0.49 0.19 0.34 323.13 0.33 0.5
Hex A8 55 88 0 31 13 22 143 21 32
Octal 250 125 210 0 61 23 42 503 41 62
Binary 10101000 1010101 10001000 0 110001 10011 100010 101000011 100001 110010

Color Harmonies of #A85588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85588

Black with #A85588

Text Example


Text Example

White with #A85588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85588; }

 p { color: rgb(168,85,136); }

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

background-color css

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

 a { background-color: rgb(168,85,136); }

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

border-color css

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

 span { border-color: rgb(168,85,136); }

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