Html Css Color HEX #A4608A Strikemaster

📋 copy color: '#A4608A'

red 164 ◦ green 96 ◦ blue 138

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

Shades of Strikemaster #A4608A

Tints of Strikemaster #A4608A

RGB

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

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

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

R = 41.21%
G = 24.12%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4608A (or 0xA4608A) is known color: Strikemaster. HEX triplet: A4, 60 and 8A. RGB value is (164,96,138). Sum of RGB (Red+Green+Blue) = 164+96+138=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A4608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4608A is #5B9F75. Grayscale: #797979. Windows color (decimal): -6004598 or 9068708. OLE color: 9068708.

HSL color Cylindrical-coordinate representation of color #A4608A: hue angle of 322.94º 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 #A4608A is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 96 138 -
CMYK 0 0.41 0.16 0.36
HSL 322.94º 0.27% 0.51% -
HSV(B) 322.94º 0.41% 0.64% -
XYZ 24.08 18.09 26.27 -
YUV 121.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 164 96 138 0 0.41 0.16 0.36 322.94 0.27 0.51
Hex A4 60 8A 0 29 10 24 143 1B 33
Octal 244 140 212 0 51 20 44 503 33 63
Binary 10100100 1100000 10001010 0 101001 10000 100100 101000011 11011 110011

Color Harmonies of #A4608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4608A

Black with #A4608A

Text Example


Text Example

White with #A4608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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