Html Css Color HEX #A4628D Strikemaster

📋 copy color: '#A4628D'

red 164 ◦ green 98 ◦ blue 141

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

Shades of Strikemaster #A4628D

Tints of Strikemaster #A4628D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 40.69%
G = 24.32%
B = 34.99%

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

#A4628D (or 0xA4628D) is known color: Strikemaster. HEX triplet: A4, 62 and 8D. RGB value is (164,98,141). Sum of RGB (Red+Green+Blue) = 164+98+141=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4628D is #5B9D72. Grayscale: #7A7A7A. Windows color (decimal): -6004083 or 9265828. OLE color: 9265828.

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

Color convert

RGB 164 98 141 -
CMYK 0 0.40 0.14 0.36
HSL 320.91º 0.27% 0.51% -
HSV(B) 320.91º 0.4% 0.64% -
XYZ 24.49 18.55 27.49 -
YUV 122.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 164 98 141 0 0.40 0.14 0.36 320.91 0.27 0.51
Hex A4 62 8D 0 28 E 24 141 1B 33
Octal 244 142 215 0 50 16 44 501 33 63
Binary 10100100 1100010 10001101 0 101000 1110 100100 101000001 11011 110011

Color Harmonies of #A4628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4628D

Black with #A4628D

Text Example


Text Example

White with #A4628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4628D; }

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

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

background-color css

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

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

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

border-color css

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

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

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