Html Css Color HEX #A65C7F Strikemaster

📋 copy color: '#A65C7F'

red 166 ◦ green 92 ◦ blue 127

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

Shades of Strikemaster #A65C7F

Tints of Strikemaster #A65C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 43.12%
G = 23.9%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A65C7F (or 0xA65C7F) is known color: Strikemaster. HEX triplet: A6, 5C and 7F. RGB value is (166,92,127). Sum of RGB (Red+Green+Blue) = 166+92+127=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C7F is #59A380. Grayscale: #767676. Windows color (decimal): -5874561 or 8346790. OLE color: 8346790.

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

Color convert

RGB 166 92 127 -
CMYK 0 0.45 0.23 0.35
HSL 331.62º 0.29% 0.51% -
HSV(B) 331.62º 0.45% 0.65% -
XYZ 23.38 17.29 22.18 -
YUV 118.12 133.02 162.15 -
System Red Green Blue C M Y K H S L
Decimal 166 92 127 0 0.45 0.23 0.35 331.62 0.29 0.51
Hex A6 5C 7F 0 2D 17 23 14C 1D 33
Octal 246 134 177 0 55 27 43 514 35 63
Binary 10100110 1011100 1111111 0 101101 10111 100011 101001100 11101 110011

Color Harmonies of #A65C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C7F

Black with #A65C7F

Text Example


Text Example

White with #A65C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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