Html Css Color HEX #A05683 Strikemaster

📋 copy color: '#A05683'

red 160 ◦ green 86 ◦ blue 131

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

Shades of Strikemaster #A05683

Tints of Strikemaster #A05683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.81%

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

R = 42.44%
G = 22.81%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A05683 (or 0xA05683) is known color: Strikemaster. HEX triplet: A0, 56 and 83. RGB value is (160,86,131). Sum of RGB (Red+Green+Blue) = 160+86+131=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A05683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05683 is #5FA97C. Grayscale: #717171. Windows color (decimal): -6269309 or 8607392. OLE color: 8607392.

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

Color convert

RGB 160 86 131 -
CMYK 0 0.46 0.18 0.37
HSL 323.51º 0.3% 0.48% -
HSV(B) 323.51º 0.46% 0.63% -
XYZ 21.92 15.77 23.36 -
YUV 113.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 160 86 131 0 0.46 0.18 0.37 323.51 0.3 0.48
Hex A0 56 83 0 2E 12 25 144 1E 30
Octal 240 126 203 0 56 22 45 504 36 60
Binary 10100000 1010110 10000011 0 101110 10010 100101 101000100 11110 110000

Color Harmonies of #A05683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05683

Black with #A05683

Text Example


Text Example

White with #A05683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05683; }

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

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

background-color css

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

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

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

border-color css

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

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

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