Html Css Color HEX #A65889 Strikemaster

📋 copy color: '#A65889'

red 166 ◦ green 88 ◦ blue 137

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

Shades of Strikemaster #A65889

Tints of Strikemaster #A65889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.51%

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

R = 42.46%
G = 22.51%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A65889 (or 0xA65889) is known color: Strikemaster. HEX triplet: A6, 58 and 89. RGB value is (166,88,137). Sum of RGB (Red+Green+Blue) = 166+88+137=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A65889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65889 is #59A776. Grayscale: #747474. Windows color (decimal): -5875575 or 9001126. OLE color: 9001126.

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

Color convert

RGB 166 88 137 -
CMYK 0 0.47 0.17 0.35
HSL 322.31º 0.31% 0.5% -
HSV(B) 322.31º 0.47% 0.65% -
XYZ 23.73 16.89 25.68 -
YUV 116.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 166 88 137 0 0.47 0.17 0.35 322.31 0.31 0.5
Hex A6 58 89 0 2F 11 23 142 1F 32
Octal 246 130 211 0 57 21 43 502 37 62
Binary 10100110 1011000 10001001 0 101111 10001 100011 101000010 11111 110010

Color Harmonies of #A65889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65889

Black with #A65889

Text Example


Text Example

White with #A65889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65889; }

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

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

background-color css

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

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

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

border-color css

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

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

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