Html Css Color HEX #A2598A Strikemaster

📋 copy color: '#A2598A'

red 162 ◦ green 89 ◦ blue 138

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

Shades of Strikemaster #A2598A

Tints of Strikemaster #A2598A

RGB

 RED value IS 162 (63.67% from 255) = 41.65%

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

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

R = 41.65%
G = 22.88%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2598A (or 0xA2598A) is known color: Strikemaster. HEX triplet: A2, 59 and 8A. RGB value is (162,89,138). Sum of RGB (Red+Green+Blue) = 162+89+138=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2598A is #5DA675. Grayscale: #747474. Windows color (decimal): -6137462 or 9066914. OLE color: 9066914.

HSL color Cylindrical-coordinate representation of color #A2598A: hue angle of 319.73º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2598A is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 89 138 -
CMYK 0 0.45 0.15 0.36
HSL 319.73º 0.29% 0.49% -
HSV(B) 319.73º 0.45% 0.64% -
XYZ 23.06 16.66 26.05 -
YUV 116.41 140.18 160.52 -
System Red Green Blue C M Y K H S L
Decimal 162 89 138 0 0.45 0.15 0.36 319.73 0.29 0.49
Hex A2 59 8A 0 2D F 24 140 1D 31
Octal 242 131 212 0 55 17 44 500 35 61
Binary 10100010 1011001 10001010 0 101101 1111 100100 101000000 11101 110001

Color Harmonies of #A2598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2598A

Black with #A2598A

Text Example


Text Example

White with #A2598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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