Html Css Color HEX #A85E8A Strikemaster

📋 copy color: '#A85E8A'

red 168 ◦ green 94 ◦ blue 138

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

Shades of Strikemaster #A85E8A

Tints of Strikemaster #A85E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 42%
G = 23.5%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A85E8A (or 0xA85E8A) is known color: Strikemaster. HEX triplet: A8, 5E and 8A. RGB value is (168,94,138). Sum of RGB (Red+Green+Blue) = 168+94+138=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85E8A is #57A175. Grayscale: #797979. Windows color (decimal): -5742966 or 9068200. OLE color: 9068200.

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

Color convert

RGB 168 94 138 -
CMYK 0 0.44 0.18 0.34
HSL 324.32º 0.3% 0.51% -
HSV(B) 324.32º 0.44% 0.66% -
XYZ 24.74 18.17 26.25 -
YUV 121.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 168 94 138 0 0.44 0.18 0.34 324.32 0.3 0.51
Hex A8 5E 8A 0 2C 12 22 144 1E 33
Octal 250 136 212 0 54 22 42 504 36 63
Binary 10101000 1011110 10001010 0 101100 10010 100010 101000100 11110 110011

Color Harmonies of #A85E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E8A

Black with #A85E8A

Text Example


Text Example

White with #A85E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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