Html Css Color HEX #A65980 Strikemaster

📋 copy color: '#A65980'

red 166 ◦ green 89 ◦ blue 128

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

Shades of Strikemaster #A65980

Tints of Strikemaster #A65980

RGB

 RED value IS 166 (65.23% from 255) = 43.34%

 GREEN value IS 89 (35.16% from 255) = 23.24%

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

R = 43.34%
G = 23.24%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A65980 (or 0xA65980) is known color: Strikemaster. HEX triplet: A6, 59 and 80. RGB value is (166,89,128). Sum of RGB (Red+Green+Blue) = 166+89+128=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A65980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65980 is #59A67F. Grayscale: #747474. Windows color (decimal): -5875328 or 8411558. OLE color: 8411558.

HSL color Cylindrical-coordinate representation of color #A65980: hue angle of 329.61º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65980 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 89 128 -
CMYK 0 0.46 0.23 0.35
HSL 329.61º 0.3% 0.5% -
HSV(B) 329.61º 0.46% 0.65% -
XYZ 23.19 16.81 22.44 -
YUV 116.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 166 89 128 0 0.46 0.23 0.35 329.61 0.3 0.5
Hex A6 59 80 0 2E 17 23 14A 1E 32
Octal 246 131 200 0 56 27 43 512 36 62
Binary 10100110 1011001 10000000 0 101110 10111 100011 101001010 11110 110010

Color Harmonies of #A65980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65980

Black with #A65980

Text Example


Text Example

White with #A65980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65980; }

 p { color: rgb(166,89,128); }

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

background-color css

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

 a { background-color: rgb(166,89,128); }

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

border-color css

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

 span { border-color: rgb(166,89,128); }

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