Html Css Color HEX #A4608E Strikemaster

📋 copy color: '#A4608E'

red 164 ◦ green 96 ◦ blue 142

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

Shades of Strikemaster #A4608E

Tints of Strikemaster #A4608E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.88%

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 40.8%
G = 23.88%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4608E (or 0xA4608E) is known color: Strikemaster. HEX triplet: A4, 60 and 8E. RGB value is (164,96,142). Sum of RGB (Red+Green+Blue) = 164+96+142=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4608E is #5B9F71. Grayscale: #797979. Windows color (decimal): -6004594 or 9330852. OLE color: 9330852.

HSL color Cylindrical-coordinate representation of color #A4608E: hue angle of 319.41º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4608E is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 96 142 -
CMYK 0 0.41 0.13 0.36
HSL 319.41º 0.27% 0.51% -
HSV(B) 319.41º 0.41% 0.64% -
XYZ 24.38 18.21 27.82 -
YUV 121.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 164 96 142 0 0.41 0.13 0.36 319.41 0.27 0.51
Hex A4 60 8E 0 29 D 24 13F 1B 33
Octal 244 140 216 0 51 15 44 477 33 63
Binary 10100100 1100000 10001110 0 101001 1101 100100 100111111 11011 110011

Color Harmonies of #A4608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4608E

Black with #A4608E

Text Example


Text Example

White with #A4608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4608E; }

 p { color: rgb(164,96,142); }

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

background-color css

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

 a { background-color: rgb(164,96,142); }

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

border-color css

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

 span { border-color: rgb(164,96,142); }

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