Html Css Color HEX #A0647C Strikemaster

📋 copy color: '#A0647C'

red 160 ◦ green 100 ◦ blue 124

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

Shades of Strikemaster #A0647C

Tints of Strikemaster #A0647C

RGB

 RED value IS 160 (62.89% from 255) = 41.67%

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

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 41.67%
G = 26.04%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0647C (or 0xA0647C) is known color: Strikemaster. HEX triplet: A0, 64 and 7C. RGB value is (160,100,124). Sum of RGB (Red+Green+Blue) = 160+100+124=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0647C is #5F9B83. Grayscale: #787878. Windows color (decimal): -6265732 or 8152224. OLE color: 8152224.

HSL color Cylindrical-coordinate representation of color #A0647C: hue angle of 336º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0647C is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 100 124 -
CMYK 0 0.38 0.22 0.37
HSL 336º 0.24% 0.51% -
HSV(B) 336º 0.38% 0.63% -
XYZ 22.69 18.04 21.36 -
YUV 120.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 160 100 124 0 0.38 0.22 0.37 336 0.24 0.51
Hex A0 64 7C 0 26 16 25 150 18 33
Octal 240 144 174 0 46 26 45 520 30 63
Binary 10100000 1100100 1111100 0 100110 10110 100101 101010000 11000 110011

Color Harmonies of #A0647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0647C

Black with #A0647C

Text Example


Text Example

White with #A0647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0647C; }

 p { color: rgb(160,100,124); }

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

background-color css

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

 a { background-color: rgb(160,100,124); }

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

border-color css

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

 span { border-color: rgb(160,100,124); }

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