Html Css Color HEX #A65C8F Strikemaster

📋 copy color: '#A65C8F'

red 166 ◦ green 92 ◦ blue 143

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

Shades of Strikemaster #A65C8F

Tints of Strikemaster #A65C8F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.94%

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 41.4%
G = 22.94%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A65C8F (or 0xA65C8F) is known color: Strikemaster. HEX triplet: A6, 5C and 8F. RGB value is (166,92,143). Sum of RGB (Red+Green+Blue) = 166+92+143=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65C8F is #59A370. Grayscale: #777777. Windows color (decimal): -5874545 or 9395366. OLE color: 9395366.

HSL color Cylindrical-coordinate representation of color #A65C8F: hue angle of 318.65º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65C8F is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 92 143 -
CMYK 0 0.45 0.14 0.35
HSL 318.65º 0.29% 0.51% -
HSV(B) 318.65º 0.45% 0.65% -
XYZ 24.51 17.74 28.12 -
YUV 119.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 166 92 143 0 0.45 0.14 0.35 318.65 0.29 0.51
Hex A6 5C 8F 0 2D E 23 13F 1D 33
Octal 246 134 217 0 55 16 43 477 35 63
Binary 10100110 1011100 10001111 0 101101 1110 100011 100111111 11101 110011

Color Harmonies of #A65C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C8F

Black with #A65C8F

Text Example


Text Example

White with #A65C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C8F; }

 p { color: rgb(166,92,143); }

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

background-color css

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

 a { background-color: rgb(166,92,143); }

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

border-color css

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

 span { border-color: rgb(166,92,143); }

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