Html Css Color HEX #A65589 Strikemaster

📋 copy color: '#A65589'

red 166 ◦ green 85 ◦ blue 137

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

Shades of Strikemaster #A65589

Tints of Strikemaster #A65589

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.91%

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

R = 42.78%
G = 21.91%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A65589 (or 0xA65589) is known color: Strikemaster. HEX triplet: A6, 55 and 89. RGB value is (166,85,137). Sum of RGB (Red+Green+Blue) = 166+85+137=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A65589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65589 is #59AA76. Grayscale: #737373. Windows color (decimal): -5876343 or 9000358. OLE color: 9000358.

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

Color convert

RGB 166 85 137 -
CMYK 0 0.49 0.17 0.35
HSL 321.48º 0.32% 0.49% -
HSV(B) 321.48º 0.49% 0.65% -
XYZ 23.49 16.41 25.6 -
YUV 115.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 166 85 137 0 0.49 0.17 0.35 321.48 0.32 0.49
Hex A6 55 89 0 31 11 23 141 20 31
Octal 246 125 211 0 61 21 43 501 40 61
Binary 10100110 1010101 10001001 0 110001 10001 100011 101000001 100000 110001

Color Harmonies of #A65589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65589

Black with #A65589

Text Example


Text Example

White with #A65589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65589; }

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

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

background-color css

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

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

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

border-color css

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

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

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