Html Css Color HEX #A0527D Strikemaster

📋 copy color: '#A0527D'

red 160 ◦ green 82 ◦ blue 125

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

Shades of Strikemaster #A0527D

Tints of Strikemaster #A0527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 43.6%
G = 22.34%
B = 34.06%

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

#A0527D (or 0xA0527D) is known color: Strikemaster. HEX triplet: A0, 52 and 7D. RGB value is (160,82,125). Sum of RGB (Red+Green+Blue) = 160+82+125=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0527D is #5FAD82. Grayscale: #6E6E6E. Windows color (decimal): -6270339 or 8213152. OLE color: 8213152.

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

Color convert

RGB 160 82 125 -
CMYK 0 0.49 0.22 0.37
HSL 326.92º 0.32% 0.47% -
HSV(B) 326.92º 0.49% 0.63% -
XYZ 21.22 14.99 21.18 -
YUV 110.22 136.34 163.5 -
System Red Green Blue C M Y K H S L
Decimal 160 82 125 0 0.49 0.22 0.37 326.92 0.32 0.47
Hex A0 52 7D 0 31 16 25 147 20 2F
Octal 240 122 175 0 61 26 45 507 40 57
Binary 10100000 1010010 1111101 0 110001 10110 100101 101000111 100000 101111

Color Harmonies of #A0527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0527D

Black with #A0527D

Text Example


Text Example

White with #A0527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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