Html Css Color HEX #A8598A Strikemaster

📋 copy color: '#A8598A'

red 168 ◦ green 89 ◦ blue 138

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

Shades of Strikemaster #A8598A

Tints of Strikemaster #A8598A

RGB

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

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

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

R = 42.53%
G = 22.53%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A8598A (or 0xA8598A) is known color: Strikemaster. HEX triplet: A8, 59 and 8A. RGB value is (168,89,138). Sum of RGB (Red+Green+Blue) = 168+89+138=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A8598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8598A is #57A675. Grayscale: #767676. Windows color (decimal): -5744246 or 9066920. OLE color: 9066920.

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

Color convert

RGB 168 89 138 -
CMYK 0 0.47 0.18 0.34
HSL 322.78º 0.31% 0.5% -
HSV(B) 322.78º 0.47% 0.66% -
XYZ 24.31 17.3 26.1 -
YUV 118.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 168 89 138 0 0.47 0.18 0.34 322.78 0.31 0.5
Hex A8 59 8A 0 2F 12 22 143 1F 32
Octal 250 131 212 0 57 22 42 503 37 62
Binary 10101000 1011001 10001010 0 101111 10010 100010 101000011 11111 110010

Color Harmonies of #A8598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8598A

Black with #A8598A

Text Example


Text Example

White with #A8598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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