Html Css Color HEX #A65484 Strikemaster

📋 copy color: '#A65484'

red 166 ◦ green 84 ◦ blue 132

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

Shades of Strikemaster #A65484

Tints of Strikemaster #A65484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.55%

R = 43.46%
G = 21.99%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A65484 (or 0xA65484) is known color: Strikemaster. HEX triplet: A6, 54 and 84. RGB value is (166,84,132). Sum of RGB (Red+Green+Blue) = 166+84+132=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A65484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65484 is #59AB7B. Grayscale: #717171. Windows color (decimal): -5876604 or 8672422. OLE color: 8672422.

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

Color convert

RGB 166 84 132 -
CMYK 0 0.49 0.20 0.35
HSL 324.88º 0.33% 0.49% -
HSV(B) 324.88º 0.49% 0.65% -
XYZ 23.06 16.11 23.72 -
YUV 113.99 138.17 165.1 -
System Red Green Blue C M Y K H S L
Decimal 166 84 132 0 0.49 0.20 0.35 324.88 0.33 0.49
Hex A6 54 84 0 31 14 23 145 21 31
Octal 246 124 204 0 61 24 43 505 41 61
Binary 10100110 1010100 10000100 0 110001 10100 100011 101000101 100001 110001

Color Harmonies of #A65484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65484

Black with #A65484

Text Example


Text Example

White with #A65484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65484; }

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

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

background-color css

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

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

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

border-color css

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

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

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