Html Css Color HEX #A65584 Strikemaster

📋 copy color: '#A65584'

red 166 ◦ green 85 ◦ blue 132

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

Shades of Strikemaster #A65584

Tints of Strikemaster #A65584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.19%

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

R = 43.34%
G = 22.19%
B = 34.46%

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

#A65584 (or 0xA65584) is known color: Strikemaster. HEX triplet: A6, 55 and 84. RGB value is (166,85,132). Sum of RGB (Red+Green+Blue) = 166+85+132=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A65584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65584 is #59AA7B. Grayscale: #727272. Windows color (decimal): -5876348 or 8672678. OLE color: 8672678.

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

Color convert

RGB 166 85 132 -
CMYK 0 0.49 0.20 0.35
HSL 325.19º 0.32% 0.49% -
HSV(B) 325.19º 0.49% 0.65% -
XYZ 23.14 16.27 23.75 -
YUV 114.58 137.84 164.68 -
System Red Green Blue C M Y K H S L
Decimal 166 85 132 0 0.49 0.20 0.35 325.19 0.32 0.49
Hex A6 55 84 0 31 14 23 145 20 31
Octal 246 125 204 0 61 24 43 505 40 61
Binary 10100110 1010101 10000100 0 110001 10100 100011 101000101 100000 110001

Color Harmonies of #A65584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65584

Black with #A65584

Text Example


Text Example

White with #A65584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65584; }

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

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

background-color css

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

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

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

border-color css

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

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

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