Html Css Color HEX #A05682 Strikemaster

📋 copy color: '#A05682'

red 160 ◦ green 86 ◦ blue 130

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

Shades of Strikemaster #A05682

Tints of Strikemaster #A05682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.57%

R = 42.55%
G = 22.87%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A05682 (or 0xA05682) is known color: Strikemaster. HEX triplet: A0, 56 and 82. RGB value is (160,86,130). Sum of RGB (Red+Green+Blue) = 160+86+130=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A05682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05682 is #5FA97D. Grayscale: #717171. Windows color (decimal): -6269310 or 8541856. OLE color: 8541856.

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

Color convert

RGB 160 86 130 -
CMYK 0 0.46 0.19 0.37
HSL 324.32º 0.3% 0.48% -
HSV(B) 324.32º 0.46% 0.63% -
XYZ 21.85 15.74 23.01 -
YUV 113.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 160 86 130 0 0.46 0.19 0.37 324.32 0.3 0.48
Hex A0 56 82 0 2E 13 25 144 1E 30
Octal 240 126 202 0 56 23 45 504 36 60
Binary 10100000 1010110 10000010 0 101110 10011 100101 101000100 11110 110000

Color Harmonies of #A05682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05682

Black with #A05682

Text Example


Text Example

White with #A05682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05682; }

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

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

background-color css

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

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

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

border-color css

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

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

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