Html Css Color HEX #A65E8E Strikemaster

📋 copy color: '#A65E8E'

red 166 ◦ green 94 ◦ blue 142

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

Shades of Strikemaster #A65E8E

Tints of Strikemaster #A65E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 41.29%
G = 23.38%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A65E8E (or 0xA65E8E) is known color: Strikemaster. HEX triplet: A6, 5E and 8E. RGB value is (166,94,142). Sum of RGB (Red+Green+Blue) = 166+94+142=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65E8E is #59A171. Grayscale: #787878. Windows color (decimal): -5874034 or 9330342. OLE color: 9330342.

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

Color convert

RGB 166 94 142 -
CMYK 0 0.43 0.14 0.35
HSL 320º 0.29% 0.51% -
HSV(B) 320º 0.43% 0.65% -
XYZ 24.61 18.07 27.78 -
YUV 121 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 166 94 142 0 0.43 0.14 0.35 320 0.29 0.51
Hex A6 5E 8E 0 2B E 23 140 1D 33
Octal 246 136 216 0 53 16 43 500 35 63
Binary 10100110 1011110 10001110 0 101011 1110 100011 101000000 11101 110011

Color Harmonies of #A65E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65E8E

Black with #A65E8E

Text Example


Text Example

White with #A65E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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