Html Css Color HEX #A05689 Strikemaster

📋 copy color: '#A05689'

red 160 ◦ green 86 ◦ blue 137

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

Shades of Strikemaster #A05689

Tints of Strikemaster #A05689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.77%

R = 41.78%
G = 22.45%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A05689 (or 0xA05689) is known color: Strikemaster. HEX triplet: A0, 56 and 89. RGB value is (160,86,137). Sum of RGB (Red+Green+Blue) = 160+86+137=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A05689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05689 is #5FA976. Grayscale: #717171. Windows color (decimal): -6269303 or 9000608. OLE color: 9000608.

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

Color convert

RGB 160 86 137 -
CMYK 0 0.46 0.14 0.37
HSL 318.65º 0.3% 0.48% -
HSV(B) 318.65º 0.46% 0.63% -
XYZ 22.34 15.94 25.57 -
YUV 113.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 160 86 137 0 0.46 0.14 0.37 318.65 0.3 0.48
Hex A0 56 89 0 2E E 25 13F 1E 30
Octal 240 126 211 0 56 16 45 477 36 60
Binary 10100000 1010110 10001001 0 101110 1110 100101 100111111 11110 110000

Color Harmonies of #A05689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05689

Black with #A05689

Text Example


Text Example

White with #A05689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05689; }

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

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

background-color css

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

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

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

border-color css

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

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

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