Html Css Color HEX #A3698B Strikemaster

📋 copy color: '#A3698B'

red 163 ◦ green 105 ◦ blue 139

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

Shades of Strikemaster #A3698B

Tints of Strikemaster #A3698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.8%

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

R = 40.05%
G = 25.8%
B = 34.15%

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

#A3698B (or 0xA3698B) is known color: Strikemaster. HEX triplet: A3, 69 and 8B. RGB value is (163,105,139). Sum of RGB (Red+Green+Blue) = 163+105+139=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3698B is #5C9674. Grayscale: #7E7E7E. Windows color (decimal): -6067829 or 9136547. OLE color: 9136547.

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

Color convert

RGB 163 105 139 -
CMYK 0 0.36 0.15 0.36
HSL 324.83º 0.24% 0.53% -
HSV(B) 324.83º 0.36% 0.64% -
XYZ 24.82 19.75 26.93 -
YUV 126.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 163 105 139 0 0.36 0.15 0.36 324.83 0.24 0.53
Hex A3 69 8B 0 24 F 24 145 18 35
Octal 243 151 213 0 44 17 44 505 30 65
Binary 10100011 1101001 10001011 0 100100 1111 100100 101000101 11000 110101

Color Harmonies of #A3698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3698B

Black with #A3698B

Text Example


Text Example

White with #A3698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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