Html Css Color HEX #A65F8F Strikemaster

📋 copy color: '#A65F8F'

red 166 ◦ green 95 ◦ blue 143

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

Shades of Strikemaster #A65F8F

Tints of Strikemaster #A65F8F

RGB

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

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

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

R = 41.09%
G = 23.51%
B = 35.4%

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

#A65F8F (or 0xA65F8F) is known color: Strikemaster. HEX triplet: A6, 5F and 8F. RGB value is (166,95,143). Sum of RGB (Red+Green+Blue) = 166+95+143=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F8F is #59A070. Grayscale: #797979. Windows color (decimal): -5873777 or 9396134. OLE color: 9396134.

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

Color convert

RGB 166 95 143 -
CMYK 0 0.43 0.14 0.35
HSL 319.44º 0.29% 0.51% -
HSV(B) 319.44º 0.43% 0.65% -
XYZ 24.78 18.27 28.21 -
YUV 121.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 166 95 143 0 0.43 0.14 0.35 319.44 0.29 0.51
Hex A6 5F 8F 0 2B E 23 13F 1D 33
Octal 246 137 217 0 53 16 43 477 35 63
Binary 10100110 1011111 10001111 0 101011 1110 100011 100111111 11101 110011

Color Harmonies of #A65F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F8F

Black with #A65F8F

Text Example


Text Example

White with #A65F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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