Html Css Color HEX #A0527C Strikemaster

📋 copy color: '#A0527C'

red 160 ◦ green 82 ◦ blue 124

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

Shades of Strikemaster #A0527C

Tints of Strikemaster #A0527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.4%

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

R = 43.72%
G = 22.4%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0527C (or 0xA0527C) is known color: Strikemaster. HEX triplet: A0, 52 and 7C. RGB value is (160,82,124). Sum of RGB (Red+Green+Blue) = 160+82+124=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A0527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0527C is #5FAD83. Grayscale: #6E6E6E. Windows color (decimal): -6270340 or 8147616. OLE color: 8147616.

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

Color convert

RGB 160 82 124 -
CMYK 0 0.49 0.22 0.37
HSL 327.69º 0.32% 0.47% -
HSV(B) 327.69º 0.49% 0.63% -
XYZ 21.15 14.96 20.84 -
YUV 110.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 160 82 124 0 0.49 0.22 0.37 327.69 0.32 0.47
Hex A0 52 7C 0 31 16 25 148 20 2F
Octal 240 122 174 0 61 26 45 510 40 57
Binary 10100000 1010010 1111100 0 110001 10110 100101 101001000 100000 101111

Color Harmonies of #A0527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0527C

Black with #A0527C

Text Example


Text Example

White with #A0527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0527C; }

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

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

background-color css

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

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

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

border-color css

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

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

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