Html Css Color HEX #A06584 Strikemaster

📋 copy color: '#A06584'

red 160 ◦ green 101 ◦ blue 132

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

Shades of Strikemaster #A06584

Tints of Strikemaster #A06584

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.7%

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

R = 40.71%
G = 25.7%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A06584 (or 0xA06584) is known color: Strikemaster. HEX triplet: A0, 65 and 84. RGB value is (160,101,132). Sum of RGB (Red+Green+Blue) = 160+101+132=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A06584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06584 is #5F9A7B. Grayscale: #7A7A7A. Windows color (decimal): -6265468 or 8676768. OLE color: 8676768.

HSL color Cylindrical-coordinate representation of color #A06584: hue angle of 328.47º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A06584 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 101 132 -
CMYK 0 0.37 0.17 0.37
HSL 328.47º 0.24% 0.51% -
HSV(B) 328.47º 0.37% 0.63% -
XYZ 23.32 18.45 24.16 -
YUV 122.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 160 101 132 0 0.37 0.17 0.37 328.47 0.24 0.51
Hex A0 65 84 0 25 11 25 148 18 33
Octal 240 145 204 0 45 21 45 510 30 63
Binary 10100000 1100101 10000100 0 100101 10001 100101 101001000 11000 110011

Color Harmonies of #A06584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06584

Black with #A06584

Text Example


Text Example

White with #A06584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06584; }

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

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

background-color css

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

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

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

border-color css

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

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

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