Html Css Color HEX #A65486 Strikemaster

📋 copy color: '#A65486'

red 166 ◦ green 84 ◦ blue 134

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

Shades of Strikemaster #A65486

Tints of Strikemaster #A65486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.88%

 BLUE value IS 134 (52.73% from 255) = 34.9%

R = 43.23%
G = 21.88%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A65486 (or 0xA65486) is known color: Strikemaster. HEX triplet: A6, 54 and 86. RGB value is (166,84,134). Sum of RGB (Red+Green+Blue) = 166+84+134=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A65486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65486 is #59AB79. Grayscale: #727272. Windows color (decimal): -5876602 or 8803494. OLE color: 8803494.

HSL color Cylindrical-coordinate representation of color #A65486: hue angle of 323.41º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65486 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 84 134 -
CMYK 0 0.49 0.19 0.35
HSL 323.41º 0.33% 0.49% -
HSV(B) 323.41º 0.49% 0.65% -
XYZ 23.2 16.17 24.45 -
YUV 114.22 139.17 164.93 -
System Red Green Blue C M Y K H S L
Decimal 166 84 134 0 0.49 0.19 0.35 323.41 0.33 0.49
Hex A6 54 86 0 31 13 23 143 21 31
Octal 246 124 206 0 61 23 43 503 41 61
Binary 10100110 1010100 10000110 0 110001 10011 100011 101000011 100001 110001

Color Harmonies of #A65486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65486

Black with #A65486

Text Example


Text Example

White with #A65486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65486; }

 p { color: rgb(166,84,134); }

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

background-color css

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

 a { background-color: rgb(166,84,134); }

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

border-color css

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

 span { border-color: rgb(166,84,134); }

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