Html Css Color HEX #A0648E Strikemaster

📋 copy color: '#A0648E'

red 160 ◦ green 100 ◦ blue 142

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

Shades of Strikemaster #A0648E

Tints of Strikemaster #A0648E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 39.8%
G = 24.88%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0648E (or 0xA0648E) is known color: Strikemaster. HEX triplet: A0, 64 and 8E. RGB value is (160,100,142). Sum of RGB (Red+Green+Blue) = 160+100+142=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A0648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0648E is #5F9B71. Grayscale: #7A7A7A. Windows color (decimal): -6265714 or 9331872. OLE color: 9331872.

HSL color Cylindrical-coordinate representation of color #A0648E: hue angle of 318º 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 #A0648E is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 100 142 -
CMYK 0 0.38 0.11 0.37
HSL 318º 0.24% 0.51% -
HSV(B) 318º 0.38% 0.63% -
XYZ 23.94 18.54 27.91 -
YUV 122.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 160 100 142 0 0.38 0.11 0.37 318 0.24 0.51
Hex A0 64 8E 0 26 B 25 13E 18 33
Octal 240 144 216 0 46 13 45 476 30 63
Binary 10100000 1100100 10001110 0 100110 1011 100101 100111110 11000 110011

Color Harmonies of #A0648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0648E

Black with #A0648E

Text Example


Text Example

White with #A0648E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0648E; }

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

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

background-color css

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

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

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

border-color css

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

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

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