Html Css Color HEX #A4628C Strikemaster

📋 copy color: '#A4628C'

red 164 ◦ green 98 ◦ blue 140

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

Shades of Strikemaster #A4628C

Tints of Strikemaster #A4628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 40.8%
G = 24.38%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4628C (or 0xA4628C) is known color: Strikemaster. HEX triplet: A4, 62 and 8C. RGB value is (164,98,140). Sum of RGB (Red+Green+Blue) = 164+98+140=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4628C is #5B9D73. Grayscale: #7A7A7A. Windows color (decimal): -6004084 or 9200292. OLE color: 9200292.

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

Color convert

RGB 164 98 140 -
CMYK 0 0.40 0.15 0.36
HSL 321.82º 0.27% 0.51% -
HSV(B) 321.82º 0.4% 0.64% -
XYZ 24.41 18.52 27.1 -
YUV 122.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 164 98 140 0 0.40 0.15 0.36 321.82 0.27 0.51
Hex A4 62 8C 0 28 F 24 142 1B 33
Octal 244 142 214 0 50 17 44 502 33 63
Binary 10100100 1100010 10001100 0 101000 1111 100100 101000010 11011 110011

Color Harmonies of #A4628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4628C

Black with #A4628C

Text Example


Text Example

White with #A4628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4628C; }

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

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

background-color css

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

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

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

border-color css

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

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

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