Html Css Color HEX #A3678C Strikemaster

📋 copy color: '#A3678C'

red 163 ◦ green 103 ◦ blue 140

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

Shades of Strikemaster #A3678C

Tints of Strikemaster #A3678C

RGB

 RED value IS 163 (64.06% from 255) = 40.15%

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

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

R = 40.15%
G = 25.37%
B = 34.48%

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

#A3678C (or 0xA3678C) is known color: Strikemaster. HEX triplet: A3, 67 and 8C. RGB value is (163,103,140). Sum of RGB (Red+Green+Blue) = 163+103+140=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A3678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3678C is #5C9873. Grayscale: #7D7D7D. Windows color (decimal): -6068340 or 9201571. OLE color: 9201571.

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

Color convert

RGB 163 103 140 -
CMYK 0 0.37 0.14 0.36
HSL 323º 0.25% 0.52% -
HSV(B) 323º 0.37% 0.64% -
XYZ 24.69 19.38 27.25 -
YUV 125.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 163 103 140 0 0.37 0.14 0.36 323 0.25 0.52
Hex A3 67 8C 0 25 E 24 143 19 34
Octal 243 147 214 0 45 16 44 503 31 64
Binary 10100011 1100111 10001100 0 100101 1110 100100 101000011 11001 110100

Color Harmonies of #A3678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3678C

Black with #A3678C

Text Example


Text Example

White with #A3678C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3678C; }

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

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

background-color css

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

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

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

border-color css

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

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

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