Html Css Color HEX #A66384 Strikemaster

📋 copy color: '#A66384'

red 166 ◦ green 99 ◦ blue 132

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

Shades of Strikemaster #A66384

Tints of Strikemaster #A66384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.94%

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

R = 41.81%
G = 24.94%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A66384 (or 0xA66384) is known color: Strikemaster. HEX triplet: A6, 63 and 84. RGB value is (166,99,132). Sum of RGB (Red+Green+Blue) = 166+99+132=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A66384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66384 is #599C7B. Grayscale: #7A7A7A. Windows color (decimal): -5872764 or 8676262. OLE color: 8676262.

HSL color Cylindrical-coordinate representation of color #A66384: hue angle of 330.45º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66384 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 99 132 -
CMYK 0 0.40 0.20 0.35
HSL 330.45º 0.27% 0.52% -
HSV(B) 330.45º 0.4% 0.65% -
XYZ 24.35 18.7 24.16 -
YUV 122.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 166 99 132 0 0.40 0.20 0.35 330.45 0.27 0.52
Hex A6 63 84 0 28 14 23 14A 1B 34
Octal 246 143 204 0 50 24 43 512 33 64
Binary 10100110 1100011 10000100 0 101000 10100 100011 101001010 11011 110100

Color Harmonies of #A66384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66384

Black with #A66384

Text Example


Text Example

White with #A66384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66384; }

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

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

background-color css

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

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

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

border-color css

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

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

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