Html Css Color HEX #A4627E Strikemaster

📋 copy color: '#A4627E'

red 164 ◦ green 98 ◦ blue 126

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

Shades of Strikemaster #A4627E

Tints of Strikemaster #A4627E

RGB

 RED value IS 164 (64.45% from 255) = 42.27%

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

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 42.27%
G = 25.26%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4627E (or 0xA4627E) is known color: Strikemaster. HEX triplet: A4, 62 and 7E. RGB value is (164,98,126). Sum of RGB (Red+Green+Blue) = 164+98+126=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4627E is #5B9D81. Grayscale: #787878. Windows color (decimal): -6004098 or 8282788. OLE color: 8282788.

HSL color Cylindrical-coordinate representation of color #A4627E: hue angle of 334.55º degrees, saturation: 0.27, 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 #A4627E is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 98 126 -
CMYK 0 0.40 0.23 0.36
HSL 334.55º 0.27% 0.51% -
HSV(B) 334.55º 0.4% 0.64% -
XYZ 23.44 18.13 22 -
YUV 120.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 164 98 126 0 0.40 0.23 0.36 334.55 0.27 0.51
Hex A4 62 7E 0 28 17 24 14F 1B 33
Octal 244 142 176 0 50 27 44 517 33 63
Binary 10100100 1100010 1111110 0 101000 10111 100100 101001111 11011 110011

Color Harmonies of #A4627E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4627E

Black with #A4627E

Text Example


Text Example

White with #A4627E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4627E; }

 p { color: rgb(164,98,126); }

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

background-color css

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

 a { background-color: rgb(164,98,126); }

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

border-color css

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

 span { border-color: rgb(164,98,126); }

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