Html Css Color HEX #A65C80 Strikemaster

📋 copy color: '#A65C80'

red 166 ◦ green 92 ◦ blue 128

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

Shades of Strikemaster #A65C80

Tints of Strikemaster #A65C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.83%

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

R = 43.01%
G = 23.83%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A65C80 (or 0xA65C80) is known color: Strikemaster. HEX triplet: A6, 5C and 80. RGB value is (166,92,128). Sum of RGB (Red+Green+Blue) = 166+92+128=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65C80 is #59A37F. Grayscale: #767676. Windows color (decimal): -5874560 or 8412326. OLE color: 8412326.

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

Color convert

RGB 166 92 128 -
CMYK 0 0.45 0.23 0.35
HSL 330.81º 0.29% 0.51% -
HSV(B) 330.81º 0.45% 0.65% -
XYZ 23.45 17.32 22.53 -
YUV 118.23 133.52 162.07 -
System Red Green Blue C M Y K H S L
Decimal 166 92 128 0 0.45 0.23 0.35 330.81 0.29 0.51
Hex A6 5C 80 0 2D 17 23 14B 1D 33
Octal 246 134 200 0 55 27 43 513 35 63
Binary 10100110 1011100 10000000 0 101101 10111 100011 101001011 11101 110011

Color Harmonies of #A65C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C80

Black with #A65C80

Text Example


Text Example

White with #A65C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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