Html Css Color HEX #A4678C Strikemaster

📋 copy color: '#A4678C'

red 164 ◦ green 103 ◦ blue 140

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

Shades of Strikemaster #A4678C

Tints of Strikemaster #A4678C

RGB

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

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

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

R = 40.29%
G = 25.31%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4678C (or 0xA4678C) is known color: Strikemaster. HEX triplet: A4, 67 and 8C. RGB value is (164,103,140). Sum of RGB (Red+Green+Blue) = 164+103+140=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A4678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4678C is #5B9873. Grayscale: #7D7D7D. Windows color (decimal): -6002804 or 9201572. OLE color: 9201572.

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

Color convert

RGB 164 103 140 -
CMYK 0 0.37 0.15 0.36
HSL 323.61º 0.25% 0.52% -
HSV(B) 323.61º 0.37% 0.64% -
XYZ 24.89 19.49 27.26 -
YUV 125.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 164 103 140 0 0.37 0.15 0.36 323.61 0.25 0.52
Hex A4 67 8C 0 25 F 24 144 19 34
Octal 244 147 214 0 45 17 44 504 31 64
Binary 10100100 1100111 10001100 0 100101 1111 100100 101000100 11001 110100

Color Harmonies of #A4678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4678C

Black with #A4678C

Text Example


Text Example

White with #A4678C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4678C; }

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

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

background-color css

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

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

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

border-color css

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

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

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