Html Css Color HEX #A65F86 Strikemaster

📋 copy color: '#A65F86'

red 166 ◦ green 95 ◦ blue 134

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

Shades of Strikemaster #A65F86

Tints of Strikemaster #A65F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.92%

R = 42.03%
G = 24.05%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A65F86 (or 0xA65F86) is known color: Strikemaster. HEX triplet: A6, 5F and 86. RGB value is (166,95,134). Sum of RGB (Red+Green+Blue) = 166+95+134=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F86 is #59A079. Grayscale: #787878. Windows color (decimal): -5873786 or 8806310. OLE color: 8806310.

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

Color convert

RGB 166 95 134 -
CMYK 0 0.43 0.19 0.35
HSL 327.04º 0.29% 0.51% -
HSV(B) 327.04º 0.43% 0.65% -
XYZ 24.12 18.01 24.76 -
YUV 120.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 166 95 134 0 0.43 0.19 0.35 327.04 0.29 0.51
Hex A6 5F 86 0 2B 13 23 147 1D 33
Octal 246 137 206 0 53 23 43 507 35 63
Binary 10100110 1011111 10000110 0 101011 10011 100011 101000111 11101 110011

Color Harmonies of #A65F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F86

Black with #A65F86

Text Example


Text Example

White with #A65F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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