Html Css Color HEX #A85985 Strikemaster

📋 copy color: '#A85985'

red 168 ◦ green 89 ◦ blue 133

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

Shades of Strikemaster #A85985

Tints of Strikemaster #A85985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.82%

 BLUE value IS 133 (52.34% from 255) = 34.1%

R = 43.08%
G = 22.82%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A85985 (or 0xA85985) is known color: Strikemaster. HEX triplet: A8, 59 and 85. RGB value is (168,89,133). Sum of RGB (Red+Green+Blue) = 168+89+133=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A85985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85985 is #57A67A. Grayscale: #757575. Windows color (decimal): -5744251 or 8739240. OLE color: 8739240.

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

Color convert

RGB 168 89 133 -
CMYK 0 0.47 0.21 0.34
HSL 326.58º 0.31% 0.5% -
HSV(B) 326.58º 0.47% 0.66% -
XYZ 23.95 17.16 24.24 -
YUV 117.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 168 89 133 0 0.47 0.21 0.34 326.58 0.31 0.5
Hex A8 59 85 0 2F 15 22 147 1F 32
Octal 250 131 205 0 57 25 42 507 37 62
Binary 10101000 1011001 10000101 0 101111 10101 100010 101000111 11111 110010

Color Harmonies of #A85985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85985

Black with #A85985

Text Example


Text Example

White with #A85985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85985; }

 p { color: rgb(168,89,133); }

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

background-color css

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

 a { background-color: rgb(168,89,133); }

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

border-color css

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

 span { border-color: rgb(168,89,133); }

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