Html Css Color HEX #A4618D Strikemaster

📋 copy color: '#A4618D'

red 164 ◦ green 97 ◦ blue 141

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

Shades of Strikemaster #A4618D

Tints of Strikemaster #A4618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.13%

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

R = 40.8%
G = 24.13%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4618D (or 0xA4618D) is known color: Strikemaster. HEX triplet: A4, 61 and 8D. RGB value is (164,97,141). Sum of RGB (Red+Green+Blue) = 164+97+141=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4618D is #5B9E72. Grayscale: #797979. Windows color (decimal): -6004339 or 9265572. OLE color: 9265572.

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

Color convert

RGB 164 97 141 -
CMYK 0 0.41 0.14 0.36
HSL 320.6º 0.27% 0.51% -
HSV(B) 320.6º 0.41% 0.64% -
XYZ 24.39 18.36 27.46 -
YUV 122.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 164 97 141 0 0.41 0.14 0.36 320.6 0.27 0.51
Hex A4 61 8D 0 29 E 24 141 1B 33
Octal 244 141 215 0 51 16 44 501 33 63
Binary 10100100 1100001 10001101 0 101001 1110 100100 101000001 11011 110011

Color Harmonies of #A4618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4618D

Black with #A4618D

Text Example


Text Example

White with #A4618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4618D; }

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

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

background-color css

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

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

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

border-color css

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

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

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