Html Css Color HEX #A3648C Strikemaster

📋 copy color: '#A3648C'

red 163 ◦ green 100 ◦ blue 140

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

Shades of Strikemaster #A3648C

Tints of Strikemaster #A3648C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 40.45%
G = 24.81%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3648C (or 0xA3648C) is known color: Strikemaster. HEX triplet: A3, 64 and 8C. RGB value is (163,100,140). Sum of RGB (Red+Green+Blue) = 163+100+140=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A3648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3648C is #5C9B73. Grayscale: #7B7B7B. Windows color (decimal): -6069108 or 9200803. OLE color: 9200803.

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

Color convert

RGB 163 100 140 -
CMYK 0 0.39 0.14 0.36
HSL 321.9º 0.26% 0.52% -
HSV(B) 321.9º 0.39% 0.64% -
XYZ 24.4 18.79 27.15 -
YUV 123.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 163 100 140 0 0.39 0.14 0.36 321.9 0.26 0.52
Hex A3 64 8C 0 27 E 24 142 1A 34
Octal 243 144 214 0 47 16 44 502 32 64
Binary 10100011 1100100 10001100 0 100111 1110 100100 101000010 11010 110100

Color Harmonies of #A3648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3648C

Black with #A3648C

Text Example


Text Example

White with #A3648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3648C; }

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

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

background-color css

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

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

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

border-color css

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

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

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