Html Css Color HEX #A0627C Strikemaster

📋 copy color: '#A0627C'

red 160 ◦ green 98 ◦ blue 124

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

Shades of Strikemaster #A0627C

Tints of Strikemaster #A0627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.65%

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

R = 41.88%
G = 25.65%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0627C (or 0xA0627C) is known color: Strikemaster. HEX triplet: A0, 62 and 7C. RGB value is (160,98,124). Sum of RGB (Red+Green+Blue) = 160+98+124=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0627C is #5F9D83. Grayscale: #777777. Windows color (decimal): -6266244 or 8151712. OLE color: 8151712.

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

Color convert

RGB 160 98 124 -
CMYK 0 0.39 0.22 0.37
HSL 334.84º 0.25% 0.51% -
HSV(B) 334.84º 0.39% 0.63% -
XYZ 22.5 17.66 21.29 -
YUV 119.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 160 98 124 0 0.39 0.22 0.37 334.84 0.25 0.51
Hex A0 62 7C 0 27 16 25 14F 19 33
Octal 240 142 174 0 47 26 45 517 31 63
Binary 10100000 1100010 1111100 0 100111 10110 100101 101001111 11001 110011

Color Harmonies of #A0627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0627C

Black with #A0627C

Text Example


Text Example

White with #A0627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0627C; }

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

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

background-color css

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

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

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

border-color css

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

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

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