Html Css Color HEX #A0528B Strikemaster

📋 copy color: '#A0528B'

red 160 ◦ green 82 ◦ blue 139

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

Shades of Strikemaster #A0528B

Tints of Strikemaster #A0528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 41.99%
G = 21.52%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0528B (or 0xA0528B) is known color: Strikemaster. HEX triplet: A0, 52 and 8B. RGB value is (160,82,139). Sum of RGB (Red+Green+Blue) = 160+82+139=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0528B is #5FAD74. Grayscale: #6F6F6F. Windows color (decimal): -6270325 or 9130656. OLE color: 9130656.

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

Color convert

RGB 160 82 139 -
CMYK 0 0.49 0.13 0.37
HSL 316.15º 0.32% 0.47% -
HSV(B) 316.15º 0.49% 0.63% -
XYZ 22.17 15.37 26.22 -
YUV 111.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 160 82 139 0 0.49 0.13 0.37 316.15 0.32 0.47
Hex A0 52 8B 0 31 D 25 13C 20 2F
Octal 240 122 213 0 61 15 45 474 40 57
Binary 10100000 1010010 10001011 0 110001 1101 100101 100111100 100000 101111

Color Harmonies of #A0528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0528B

Black with #A0528B

Text Example


Text Example

White with #A0528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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