Html Css Color HEX #A65982 Strikemaster

📋 copy color: '#A65982'

red 166 ◦ green 89 ◦ blue 130

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

Shades of Strikemaster #A65982

Tints of Strikemaster #A65982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.77%

R = 43.12%
G = 23.12%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A65982 (or 0xA65982) is known color: Strikemaster. HEX triplet: A6, 59 and 82. RGB value is (166,89,130). Sum of RGB (Red+Green+Blue) = 166+89+130=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A65982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65982 is #59A67D. Grayscale: #747474. Windows color (decimal): -5875326 or 8542630. OLE color: 8542630.

HSL color Cylindrical-coordinate representation of color #A65982: hue angle of 328.05º 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 #A65982 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 89 130 -
CMYK 0 0.46 0.22 0.35
HSL 328.05º 0.3% 0.5% -
HSV(B) 328.05º 0.46% 0.65% -
XYZ 23.33 16.86 23.14 -
YUV 116.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 166 89 130 0 0.46 0.22 0.35 328.05 0.3 0.5
Hex A6 59 82 0 2E 16 23 148 1E 32
Octal 246 131 202 0 56 26 43 510 36 62
Binary 10100110 1011001 10000010 0 101110 10110 100011 101001000 11110 110010

Color Harmonies of #A65982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65982

Black with #A65982

Text Example


Text Example

White with #A65982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65982; }

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

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

background-color css

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

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

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

border-color css

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

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

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