Html Css Color HEX #A65D80 Strikemaster

📋 copy color: '#A65D80'

red 166 ◦ green 93 ◦ blue 128

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

Shades of Strikemaster #A65D80

Tints of Strikemaster #A65D80

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.03%

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

R = 42.89%
G = 24.03%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A65D80 (or 0xA65D80) is known color: Strikemaster. HEX triplet: A6, 5D and 80. RGB value is (166,93,128). Sum of RGB (Red+Green+Blue) = 166+93+128=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65D80 is #59A27F. Grayscale: #767676. Windows color (decimal): -5874304 or 8412582. OLE color: 8412582.

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

Color convert

RGB 166 93 128 -
CMYK 0 0.44 0.23 0.35
HSL 331.23º 0.29% 0.51% -
HSV(B) 331.23º 0.44% 0.65% -
XYZ 23.54 17.49 22.56 -
YUV 118.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 166 93 128 0 0.44 0.23 0.35 331.23 0.29 0.51
Hex A6 5D 80 0 2C 17 23 14B 1D 33
Octal 246 135 200 0 54 27 43 513 35 63
Binary 10100110 1011101 10000000 0 101100 10111 100011 101001011 11101 110011

Color Harmonies of #A65D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65D80

Black with #A65D80

Text Example


Text Example

White with #A65D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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