Html Css Color HEX #A4678D Strikemaster

📋 copy color: '#A4678D'

red 164 ◦ green 103 ◦ blue 141

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

Shades of Strikemaster #A4678D

Tints of Strikemaster #A4678D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.25%

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

R = 40.2%
G = 25.25%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4678D (or 0xA4678D) is known color: Strikemaster. HEX triplet: A4, 67 and 8D. RGB value is (164,103,141). Sum of RGB (Red+Green+Blue) = 164+103+141=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4678D is #5B9872. Grayscale: #7D7D7D. Windows color (decimal): -6002803 or 9267108. OLE color: 9267108.

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

Color convert

RGB 164 103 141 -
CMYK 0 0.37 0.14 0.36
HSL 322.62º 0.25% 0.52% -
HSV(B) 322.62º 0.37% 0.64% -
XYZ 24.97 19.52 27.65 -
YUV 125.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 164 103 141 0 0.37 0.14 0.36 322.62 0.25 0.52
Hex A4 67 8D 0 25 E 24 143 19 34
Octal 244 147 215 0 45 16 44 503 31 64
Binary 10100100 1100111 10001101 0 100101 1110 100100 101000011 11001 110100

Color Harmonies of #A4678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4678D

Black with #A4678D

Text Example


Text Example

White with #A4678D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4678D; }

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

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

background-color css

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

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

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

border-color css

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

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

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