Html Css Color HEX #A05384 Strikemaster

📋 copy color: '#A05384'

red 160 ◦ green 83 ◦ blue 132

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

Shades of Strikemaster #A05384

Tints of Strikemaster #A05384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.2%

R = 42.67%
G = 22.13%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A05384 (or 0xA05384) is known color: Strikemaster. HEX triplet: A0, 53 and 84. RGB value is (160,83,132). Sum of RGB (Red+Green+Blue) = 160+83+132=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A05384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05384 is #5FAC7B. Grayscale: #6F6F6F. Windows color (decimal): -6270076 or 8672160. OLE color: 8672160.

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

Color convert

RGB 160 83 132 -
CMYK 0 0.48 0.17 0.37
HSL 321.82º 0.32% 0.48% -
HSV(B) 321.82º 0.48% 0.63% -
XYZ 21.76 15.33 23.64 -
YUV 111.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 160 83 132 0 0.48 0.17 0.37 321.82 0.32 0.48
Hex A0 53 84 0 30 11 25 142 20 30
Octal 240 123 204 0 60 21 45 502 40 60
Binary 10100000 1010011 10000100 0 110000 10001 100101 101000010 100000 110000

Color Harmonies of #A05384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05384

Black with #A05384

Text Example


Text Example

White with #A05384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05384; }

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

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

background-color css

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

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

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

border-color css

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

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

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