Html Css Color HEX #A3688B Strikemaster

📋 copy color: '#A3688B'

red 163 ◦ green 104 ◦ blue 139

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

Shades of Strikemaster #A3688B

Tints of Strikemaster #A3688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.62%

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

R = 40.15%
G = 25.62%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3688B (or 0xA3688B) is known color: Strikemaster. HEX triplet: A3, 68 and 8B. RGB value is (163,104,139). Sum of RGB (Red+Green+Blue) = 163+104+139=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A3688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3688B is #5C9774. Grayscale: #7D7D7D. Windows color (decimal): -6068085 or 9136291. OLE color: 9136291.

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

Color convert

RGB 163 104 139 -
CMYK 0 0.36 0.15 0.36
HSL 324.41º 0.24% 0.52% -
HSV(B) 324.41º 0.36% 0.64% -
XYZ 24.71 19.55 26.9 -
YUV 125.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 163 104 139 0 0.36 0.15 0.36 324.41 0.24 0.52
Hex A3 68 8B 0 24 F 24 144 18 34
Octal 243 150 213 0 44 17 44 504 30 64
Binary 10100011 1101000 10001011 0 100100 1111 100100 101000100 11000 110100

Color Harmonies of #A3688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3688B

Black with #A3688B

Text Example


Text Example

White with #A3688B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3688B; }

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

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

background-color css

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

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

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

border-color css

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

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

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