Html Css Color HEX #A85E88 Strikemaster

📋 copy color: '#A85E88'

red 168 ◦ green 94 ◦ blue 136

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

Shades of Strikemaster #A85E88

Tints of Strikemaster #A85E88

RGB

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

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

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

R = 42.21%
G = 23.62%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A85E88 (or 0xA85E88) is known color: Strikemaster. HEX triplet: A8, 5E and 88. RGB value is (168,94,136). Sum of RGB (Red+Green+Blue) = 168+94+136=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85E88 is #57A177. Grayscale: #787878. Windows color (decimal): -5742968 or 8937128. OLE color: 8937128.

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

Color convert

RGB 168 94 136 -
CMYK 0 0.44 0.19 0.34
HSL 325.95º 0.3% 0.51% -
HSV(B) 325.95º 0.44% 0.66% -
XYZ 24.6 18.11 25.49 -
YUV 120.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 168 94 136 0 0.44 0.19 0.34 325.95 0.3 0.51
Hex A8 5E 88 0 2C 13 22 146 1E 33
Octal 250 136 210 0 54 23 42 506 36 63
Binary 10101000 1011110 10001000 0 101100 10011 100010 101000110 11110 110011

Color Harmonies of #A85E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E88

Black with #A85E88

Text Example


Text Example

White with #A85E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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