Html Css Color HEX #A65F7F Strikemaster

📋 copy color: '#A65F7F'

red 166 ◦ green 95 ◦ blue 127

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

Shades of Strikemaster #A65F7F

Tints of Strikemaster #A65F7F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.48%

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

R = 42.78%
G = 24.48%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A65F7F (or 0xA65F7F) is known color: Strikemaster. HEX triplet: A6, 5F and 7F. RGB value is (166,95,127). Sum of RGB (Red+Green+Blue) = 166+95+127=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F7F is #59A080. Grayscale: #777777. Windows color (decimal): -5873793 or 8347558. OLE color: 8347558.

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

Color convert

RGB 166 95 127 -
CMYK 0 0.43 0.23 0.35
HSL 332.96º 0.29% 0.51% -
HSV(B) 332.96º 0.43% 0.65% -
XYZ 23.65 17.82 22.27 -
YUV 119.88 132.02 160.9 -
System Red Green Blue C M Y K H S L
Decimal 166 95 127 0 0.43 0.23 0.35 332.96 0.29 0.51
Hex A6 5F 7F 0 2B 17 23 14D 1D 33
Octal 246 137 177 0 53 27 43 515 35 63
Binary 10100110 1011111 1111111 0 101011 10111 100011 101001101 11101 110011

Color Harmonies of #A65F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F7F

Black with #A65F7F

Text Example


Text Example

White with #A65F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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