Html Css Color HEX #A4658D Strikemaster

📋 copy color: '#A4658D'

red 164 ◦ green 101 ◦ blue 141

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

Shades of Strikemaster #A4658D

Tints of Strikemaster #A4658D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.88%

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

R = 40.39%
G = 24.88%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4658D (or 0xA4658D) is known color: Strikemaster. HEX triplet: A4, 65 and 8D. RGB value is (164,101,141). Sum of RGB (Red+Green+Blue) = 164+101+141=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A4658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4658D is #5B9A72. Grayscale: #7C7C7C. Windows color (decimal): -6003315 or 9266596. OLE color: 9266596.

HSL color Cylindrical-coordinate representation of color #A4658D: hue angle of 321.9º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4658D is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 101 141 -
CMYK 0 0.38 0.14 0.36
HSL 321.9º 0.26% 0.52% -
HSV(B) 321.9º 0.38% 0.64% -
XYZ 24.77 19.12 27.58 -
YUV 124.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 164 101 141 0 0.38 0.14 0.36 321.9 0.26 0.52
Hex A4 65 8D 0 26 E 24 142 1A 34
Octal 244 145 215 0 46 16 44 502 32 64
Binary 10100100 1100101 10001101 0 100110 1110 100100 101000010 11010 110100

Color Harmonies of #A4658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4658D

Black with #A4658D

Text Example


Text Example

White with #A4658D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4658D; }

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

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

background-color css

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

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

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

border-color css

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

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

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