Html Css Color HEX #A06680 Strikemaster

📋 copy color: '#A06680'

red 160 ◦ green 102 ◦ blue 128

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

Shades of Strikemaster #A06680

Tints of Strikemaster #A06680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.15%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 41.03%
G = 26.15%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A06680 (or 0xA06680) is known color: Strikemaster. HEX triplet: A0, 66 and 80. RGB value is (160,102,128). Sum of RGB (Red+Green+Blue) = 160+102+128=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A06680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06680 is #5F997F. Grayscale: #7A7A7A. Windows color (decimal): -6265216 or 8414880. OLE color: 8414880.

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

Color convert

RGB 160 102 128 -
CMYK 0 0.36 0.20 0.37
HSL 333.1º 0.23% 0.51% -
HSV(B) 333.1º 0.36% 0.63% -
XYZ 23.14 18.53 22.78 -
YUV 122.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 160 102 128 0 0.36 0.20 0.37 333.1 0.23 0.51
Hex A0 66 80 0 24 14 25 14D 17 33
Octal 240 146 200 0 44 24 45 515 27 63
Binary 10100000 1100110 10000000 0 100100 10100 100101 101001101 10111 110011

Color Harmonies of #A06680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06680

Black with #A06680

Text Example


Text Example

White with #A06680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06680; }

 p { color: rgb(160,102,128); }

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

background-color css

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

 a { background-color: rgb(160,102,128); }

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

border-color css

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

 span { border-color: rgb(160,102,128); }

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