Html Css Color HEX #A05481 Strikemaster

📋 copy color: '#A05481'

red 160 ◦ green 84 ◦ blue 129

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

Shades of Strikemaster #A05481

Tints of Strikemaster #A05481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.52%

 BLUE value IS 129 (50.78% from 255) = 34.58%

R = 42.9%
G = 22.52%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A05481 (or 0xA05481) is known color: Strikemaster. HEX triplet: A0, 54 and 81. RGB value is (160,84,129). Sum of RGB (Red+Green+Blue) = 160+84+129=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A05481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05481 is #5FAB7E. Grayscale: #6F6F6F. Windows color (decimal): -6269823 or 8475808. OLE color: 8475808.

HSL color Cylindrical-coordinate representation of color #A05481: hue angle of 324.47º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A05481 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 84 129 -
CMYK 0 0.48 0.19 0.37
HSL 324.47º 0.31% 0.48% -
HSV(B) 324.47º 0.48% 0.63% -
XYZ 21.63 15.4 22.6 -
YUV 111.85 137.68 162.34 -
System Red Green Blue C M Y K H S L
Decimal 160 84 129 0 0.48 0.19 0.37 324.47 0.31 0.48
Hex A0 54 81 0 30 13 25 144 1F 30
Octal 240 124 201 0 60 23 45 504 37 60
Binary 10100000 1010100 10000001 0 110000 10011 100101 101000100 11111 110000

Color Harmonies of #A05481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05481

Black with #A05481

Text Example


Text Example

White with #A05481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05481; }

 p { color: rgb(160,84,129); }

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

background-color css

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

 a { background-color: rgb(160,84,129); }

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

border-color css

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

 span { border-color: rgb(160,84,129); }

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