Html Css Color HEX #A3678B Strikemaster

📋 copy color: '#A3678B'

red 163 ◦ green 103 ◦ blue 139

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

Shades of Strikemaster #A3678B

Tints of Strikemaster #A3678B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.32%

R = 40.25%
G = 25.43%
B = 34.32%

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

#A3678B (or 0xA3678B) is known color: Strikemaster. HEX triplet: A3, 67 and 8B. RGB value is (163,103,139). Sum of RGB (Red+Green+Blue) = 163+103+139=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A3678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3678B is #5C9874. Grayscale: #7C7C7C. Windows color (decimal): -6068341 or 9136035. OLE color: 9136035.

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

Color convert

RGB 163 103 139 -
CMYK 0 0.37 0.15 0.36
HSL 324º 0.25% 0.52% -
HSV(B) 324º 0.37% 0.64% -
XYZ 24.61 19.35 26.86 -
YUV 125.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 163 103 139 0 0.37 0.15 0.36 324 0.25 0.52
Hex A3 67 8B 0 25 F 24 144 19 34
Octal 243 147 213 0 45 17 44 504 31 64
Binary 10100011 1100111 10001011 0 100101 1111 100100 101000100 11001 110100

Color Harmonies of #A3678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3678B

Black with #A3678B

Text Example


Text Example

White with #A3678B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3678B; }

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

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

background-color css

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

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

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

border-color css

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

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

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