Html Css Color HEX #A65E84 Strikemaster

📋 copy color: '#A65E84'

red 166 ◦ green 94 ◦ blue 132

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

Shades of Strikemaster #A65E84

Tints of Strikemaster #A65E84

RGB

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

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

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

R = 42.35%
G = 23.98%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A65E84 (or 0xA65E84) is known color: Strikemaster. HEX triplet: A6, 5E and 84. RGB value is (166,94,132). Sum of RGB (Red+Green+Blue) = 166+94+132=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65E84 is #59A17B. Grayscale: #777777. Windows color (decimal): -5874044 or 8674982. OLE color: 8674982.

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

Color convert

RGB 166 94 132 -
CMYK 0 0.43 0.20 0.35
HSL 328.33º 0.29% 0.51% -
HSV(B) 328.33º 0.43% 0.65% -
XYZ 23.89 17.78 24 -
YUV 119.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 166 94 132 0 0.43 0.20 0.35 328.33 0.29 0.51
Hex A6 5E 84 0 2B 14 23 148 1D 33
Octal 246 136 204 0 53 24 43 510 35 63
Binary 10100110 1011110 10000100 0 101011 10100 100011 101001000 11101 110011

Color Harmonies of #A65E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65E84

Black with #A65E84

Text Example


Text Example

White with #A65E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65E84; }

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

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

background-color css

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

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

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

border-color css

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

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

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