Html Css Color HEX #A0607C Strikemaster

📋 copy color: '#A0607C'

red 160 ◦ green 96 ◦ blue 124

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

Shades of Strikemaster #A0607C

Tints of Strikemaster #A0607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.26%

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

R = 42.11%
G = 25.26%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0607C (or 0xA0607C) is known color: Strikemaster. HEX triplet: A0, 60 and 7C. RGB value is (160,96,124). Sum of RGB (Red+Green+Blue) = 160+96+124=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A0607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0607C is #5F9F83. Grayscale: #767676. Windows color (decimal): -6266756 or 8151200. OLE color: 8151200.

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

Color convert

RGB 160 96 124 -
CMYK 0 0.4 0.22 0.37
HSL 333.75º 0.25% 0.5% -
HSV(B) 333.75º 0.4% 0.63% -
XYZ 22.32 17.29 21.23 -
YUV 118.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 160 96 124 0 0.4 0.22 0.37 333.75 0.25 0.5
Hex A0 60 7C 0 28 16 25 14E 19 32
Octal 240 140 174 0 50 26 45 516 31 62
Binary 10100000 1100000 1111100 0 101000 10110 100101 101001110 11001 110010

Color Harmonies of #A0607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0607C

Black with #A0607C

Text Example


Text Example

White with #A0607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0607C; }

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

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

background-color css

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

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

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

border-color css

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

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

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