Html Css Color HEX #A3648F Strikemaster

📋 copy color: '#A3648F'

red 163 ◦ green 100 ◦ blue 143

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

Shades of Strikemaster #A3648F

Tints of Strikemaster #A3648F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.22%

R = 40.15%
G = 24.63%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3648F (or 0xA3648F) is known color: Strikemaster. HEX triplet: A3, 64 and 8F. RGB value is (163,100,143). Sum of RGB (Red+Green+Blue) = 163+100+143=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A3648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3648F is #5C9B70. Grayscale: #7B7B7B. Windows color (decimal): -6069105 or 9397411. OLE color: 9397411.

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

Color convert

RGB 163 100 143 -
CMYK 0 0.39 0.12 0.36
HSL 319.05º 0.26% 0.52% -
HSV(B) 319.05º 0.39% 0.64% -
XYZ 24.62 18.88 28.33 -
YUV 123.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 163 100 143 0 0.39 0.12 0.36 319.05 0.26 0.52
Hex A3 64 8F 0 27 C 24 13F 1A 34
Octal 243 144 217 0 47 14 44 477 32 64
Binary 10100011 1100100 10001111 0 100111 1100 100100 100111111 11010 110100

Color Harmonies of #A3648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3648F

Black with #A3648F

Text Example


Text Example

White with #A3648F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3648F; }

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

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

background-color css

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

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

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

border-color css

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

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

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