Html Css Color HEX #A65789 Strikemaster

📋 copy color: '#A65789'

red 166 ◦ green 87 ◦ blue 137

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

Shades of Strikemaster #A65789

Tints of Strikemaster #A65789

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.31%

 BLUE value IS 137 (53.91% from 255) = 35.13%

R = 42.56%
G = 22.31%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A65789 (or 0xA65789) is known color: Strikemaster. HEX triplet: A6, 57 and 89. RGB value is (166,87,137). Sum of RGB (Red+Green+Blue) = 166+87+137=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A65789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65789 is #59A876. Grayscale: #747474. Windows color (decimal): -5875831 or 9000870. OLE color: 9000870.

HSL color Cylindrical-coordinate representation of color #A65789: hue angle of 322.03º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65789 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 87 137 -
CMYK 0 0.48 0.17 0.35
HSL 322.03º 0.31% 0.5% -
HSV(B) 322.03º 0.48% 0.65% -
XYZ 23.65 16.73 25.65 -
YUV 116.32 139.67 163.43 -
System Red Green Blue C M Y K H S L
Decimal 166 87 137 0 0.48 0.17 0.35 322.03 0.31 0.5
Hex A6 57 89 0 30 11 23 142 1F 32
Octal 246 127 211 0 60 21 43 502 37 62
Binary 10100110 1010111 10001001 0 110000 10001 100011 101000010 11111 110010

Color Harmonies of #A65789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65789

Black with #A65789

Text Example


Text Example

White with #A65789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65789; }

 p { color: rgb(166,87,137); }

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

background-color css

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

 a { background-color: rgb(166,87,137); }

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

border-color css

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

 span { border-color: rgb(166,87,137); }

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