Html Css Color HEX #A4628A Strikemaster

📋 copy color: '#A4628A'

red 164 ◦ green 98 ◦ blue 138

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

Shades of Strikemaster #A4628A

Tints of Strikemaster #A4628A

RGB

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

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

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

R = 41%
G = 24.5%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4628A (or 0xA4628A) is known color: Strikemaster. HEX triplet: A4, 62 and 8A. RGB value is (164,98,138). Sum of RGB (Red+Green+Blue) = 164+98+138=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A4628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4628A is #5B9D75. Grayscale: #7A7A7A. Windows color (decimal): -6004086 or 9069220. OLE color: 9069220.

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

Color convert

RGB 164 98 138 -
CMYK 0 0.40 0.16 0.36
HSL 323.64º 0.27% 0.51% -
HSV(B) 323.64º 0.4% 0.64% -
XYZ 24.26 18.46 26.33 -
YUV 122.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 164 98 138 0 0.40 0.16 0.36 323.64 0.27 0.51
Hex A4 62 8A 0 28 10 24 144 1B 33
Octal 244 142 212 0 50 20 44 504 33 63
Binary 10100100 1100010 10001010 0 101000 10000 100100 101000100 11011 110011

Color Harmonies of #A4628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4628A

Black with #A4628A

Text Example


Text Example

White with #A4628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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