Html Css Color HEX #A05387 Strikemaster

📋 copy color: '#A05387'

red 160 ◦ green 83 ◦ blue 135

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

Shades of Strikemaster #A05387

Tints of Strikemaster #A05387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.96%

 BLUE value IS 135 (53.13% from 255) = 35.71%

R = 42.33%
G = 21.96%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A05387 (or 0xA05387) is known color: Strikemaster. HEX triplet: A0, 53 and 87. RGB value is (160,83,135). Sum of RGB (Red+Green+Blue) = 160+83+135=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A05387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05387 is #5FAC78. Grayscale: #6F6F6F. Windows color (decimal): -6270073 or 8868768. OLE color: 8868768.

HSL color Cylindrical-coordinate representation of color #A05387: hue angle of 319.48º degrees, saturation: 0.32, 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 #A05387 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 83 135 -
CMYK 0 0.48 0.16 0.37
HSL 319.48º 0.32% 0.48% -
HSV(B) 319.48º 0.48% 0.63% -
XYZ 21.96 15.41 24.74 -
YUV 111.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 160 83 135 0 0.48 0.16 0.37 319.48 0.32 0.48
Hex A0 53 87 0 30 10 25 13F 20 30
Octal 240 123 207 0 60 20 45 477 40 60
Binary 10100000 1010011 10000111 0 110000 10000 100101 100111111 100000 110000

Color Harmonies of #A05387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05387

Black with #A05387

Text Example


Text Example

White with #A05387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05387; }

 p { color: rgb(160,83,135); }

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

background-color css

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

 a { background-color: rgb(160,83,135); }

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

border-color css

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

 span { border-color: rgb(160,83,135); }

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