Html Css Color HEX #A3617B Strikemaster

📋 copy color: '#A3617B'

red 163 ◦ green 97 ◦ blue 123

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

Shades of Strikemaster #A3617B

Tints of Strikemaster #A3617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.33%

 BLUE value IS 123 (48.44% from 255) = 32.11%

R = 42.56%
G = 25.33%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3617B (or 0xA3617B) is known color: Strikemaster. HEX triplet: A3, 61 and 7B. RGB value is (163,97,123). Sum of RGB (Red+Green+Blue) = 163+97+123=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A3617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3617B is #5C9E84. Grayscale: #777777. Windows color (decimal): -6069893 or 8085923. OLE color: 8085923.

HSL color Cylindrical-coordinate representation of color #A3617B: hue angle of 336.36º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3617B is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 97 123 -
CMYK 0 0.40 0.25 0.36
HSL 336.36º 0.26% 0.51% -
HSV(B) 336.36º 0.4% 0.64% -
XYZ 22.95 17.77 20.96 -
YUV 119.7 129.87 158.89 -
System Red Green Blue C M Y K H S L
Decimal 163 97 123 0 0.40 0.25 0.36 336.36 0.26 0.51
Hex A3 61 7B 0 28 19 24 150 1A 33
Octal 243 141 173 0 50 31 44 520 32 63
Binary 10100011 1100001 1111011 0 101000 11001 100100 101010000 11010 110011

Color Harmonies of #A3617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3617B

Black with #A3617B

Text Example


Text Example

White with #A3617B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3617B; }

 p { color: rgb(163,97,123); }

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

background-color css

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

 a { background-color: rgb(163,97,123); }

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

border-color css

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

 span { border-color: rgb(163,97,123); }

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