Html Css Color HEX #A3648D Strikemaster

📋 copy color: '#A3648D'

red 163 ◦ green 100 ◦ blue 141

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

Shades of Strikemaster #A3648D

Tints of Strikemaster #A3648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.75%

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 40.35%
G = 24.75%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3648D (or 0xA3648D) is known color: Strikemaster. HEX triplet: A3, 64 and 8D. RGB value is (163,100,141). Sum of RGB (Red+Green+Blue) = 163+100+141=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A3648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3648D is #5C9B72. Grayscale: #7B7B7B. Windows color (decimal): -6069107 or 9266339. OLE color: 9266339.

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

Color convert

RGB 163 100 141 -
CMYK 0 0.39 0.13 0.36
HSL 320.95º 0.26% 0.52% -
HSV(B) 320.95º 0.39% 0.64% -
XYZ 24.47 18.82 27.54 -
YUV 123.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 163 100 141 0 0.39 0.13 0.36 320.95 0.26 0.52
Hex A3 64 8D 0 27 D 24 141 1A 34
Octal 243 144 215 0 47 15 44 501 32 64
Binary 10100011 1100100 10001101 0 100111 1101 100100 101000001 11010 110100

Color Harmonies of #A3648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3648D

Black with #A3648D

Text Example


Text Example

White with #A3648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3648D; }

 p { color: rgb(163,100,141); }

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

background-color css

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

 a { background-color: rgb(163,100,141); }

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

border-color css

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

 span { border-color: rgb(163,100,141); }

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