Html Css Color HEX #A05383 Strikemaster

📋 copy color: '#A05383'

red 160 ◦ green 83 ◦ blue 131

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

Shades of Strikemaster #A05383

Tints of Strikemaster #A05383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.03%

R = 42.78%
G = 22.19%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A05383 (or 0xA05383) is known color: Strikemaster. HEX triplet: A0, 53 and 83. RGB value is (160,83,131). Sum of RGB (Red+Green+Blue) = 160+83+131=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A05383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05383 is #5FAC7C. Grayscale: #6F6F6F. Windows color (decimal): -6270077 or 8606624. OLE color: 8606624.

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

Color convert

RGB 160 83 131 -
CMYK 0 0.48 0.18 0.37
HSL 322.6º 0.32% 0.48% -
HSV(B) 322.6º 0.48% 0.63% -
XYZ 21.69 15.3 23.28 -
YUV 111.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 160 83 131 0 0.48 0.18 0.37 322.6 0.32 0.48
Hex A0 53 83 0 30 12 25 143 20 30
Octal 240 123 203 0 60 22 45 503 40 60
Binary 10100000 1010011 10000011 0 110000 10010 100101 101000011 100000 110000

Color Harmonies of #A05383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05383

Black with #A05383

Text Example


Text Example

White with #A05383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05383; }

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

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

background-color css

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

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

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

border-color css

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

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

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