Html Css Color HEX #A2628C Strikemaster

📋 copy color: '#A2628C'

red 162 ◦ green 98 ◦ blue 140

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

Shades of Strikemaster #A2628C

Tints of Strikemaster #A2628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.5%

 BLUE value IS 140 (55.08% from 255) = 35%

R = 40.5%
G = 24.5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2628C (or 0xA2628C) is known color: Strikemaster. HEX triplet: A2, 62 and 8C. RGB value is (162,98,140). Sum of RGB (Red+Green+Blue) = 162+98+140=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A2628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2628C is #5D9D73. Grayscale: #797979. Windows color (decimal): -6135156 or 9200290. OLE color: 9200290.

HSL color Cylindrical-coordinate representation of color #A2628C: hue angle of 320.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2628C is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 98 140 -
CMYK 0 0.40 0.14 0.36
HSL 320.63º 0.26% 0.51% -
HSV(B) 320.63º 0.4% 0.64% -
XYZ 24 18.31 27.08 -
YUV 121.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 162 98 140 0 0.40 0.14 0.36 320.63 0.26 0.51
Hex A2 62 8C 0 28 E 24 141 1A 33
Octal 242 142 214 0 50 16 44 501 32 63
Binary 10100010 1100010 10001100 0 101000 1110 100100 101000001 11010 110011

Color Harmonies of #A2628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2628C

Black with #A2628C

Text Example


Text Example

White with #A2628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2628C; }

 p { color: rgb(162,98,140); }

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

background-color css

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

 a { background-color: rgb(162,98,140); }

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

border-color css

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

 span { border-color: rgb(162,98,140); }

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