Html Css Color HEX #A65E82 Strikemaster

📋 copy color: '#A65E82'

red 166 ◦ green 94 ◦ blue 130

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

Shades of Strikemaster #A65E82

Tints of Strikemaster #A65E82

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.1%

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

R = 42.56%
G = 24.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A65E82 (or 0xA65E82) is known color: Strikemaster. HEX triplet: A6, 5E and 82. RGB value is (166,94,130). Sum of RGB (Red+Green+Blue) = 166+94+130=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65E82 is #59A17D. Grayscale: #777777. Windows color (decimal): -5874046 or 8543910. OLE color: 8543910.

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

Color convert

RGB 166 94 130 -
CMYK 0 0.43 0.22 0.35
HSL 330º 0.29% 0.51% -
HSV(B) 330º 0.43% 0.65% -
XYZ 23.76 17.72 23.29 -
YUV 119.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 166 94 130 0 0.43 0.22 0.35 330 0.29 0.51
Hex A6 5E 82 0 2B 16 23 14A 1D 33
Octal 246 136 202 0 53 26 43 512 35 63
Binary 10100110 1011110 10000010 0 101011 10110 100011 101001010 11101 110011

Color Harmonies of #A65E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65E82

Black with #A65E82

Text Example


Text Example

White with #A65E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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