Html Css Color HEX #A65783 Strikemaster

📋 copy color: '#A65783'

red 166 ◦ green 87 ◦ blue 131

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

Shades of Strikemaster #A65783

Tints of Strikemaster #A65783

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.66%

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 43.23%
G = 22.66%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A65783 (or 0xA65783) is known color: Strikemaster. HEX triplet: A6, 57 and 83. RGB value is (166,87,131). Sum of RGB (Red+Green+Blue) = 166+87+131=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A65783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65783 is #59A87C. Grayscale: #737373. Windows color (decimal): -5875837 or 8607654. OLE color: 8607654.

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

Color convert

RGB 166 87 131 -
CMYK 0 0.48 0.21 0.35
HSL 326.58º 0.31% 0.5% -
HSV(B) 326.58º 0.48% 0.65% -
XYZ 23.23 16.56 23.45 -
YUV 115.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 166 87 131 0 0.48 0.21 0.35 326.58 0.31 0.5
Hex A6 57 83 0 30 15 23 147 1F 32
Octal 246 127 203 0 60 25 43 507 37 62
Binary 10100110 1010111 10000011 0 110000 10101 100011 101000111 11111 110010

Color Harmonies of #A65783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65783

Black with #A65783

Text Example


Text Example

White with #A65783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65783; }

 p { color: rgb(166,87,131); }

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

background-color css

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

 a { background-color: rgb(166,87,131); }

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

border-color css

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

 span { border-color: rgb(166,87,131); }

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