Html Css Color HEX #A65587 Strikemaster

📋 copy color: '#A65587'

red 166 ◦ green 85 ◦ blue 135

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

Shades of Strikemaster #A65587

Tints of Strikemaster #A65587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.97%

R = 43.01%
G = 22.02%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A65587 (or 0xA65587) is known color: Strikemaster. HEX triplet: A6, 55 and 87. RGB value is (166,85,135). Sum of RGB (Red+Green+Blue) = 166+85+135=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A65587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65587 is #59AA78. Grayscale: #727272. Windows color (decimal): -5876345 or 8869286. OLE color: 8869286.

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

Color convert

RGB 166 85 135 -
CMYK 0 0.49 0.19 0.35
HSL 322.96º 0.32% 0.49% -
HSV(B) 322.96º 0.49% 0.65% -
XYZ 23.35 16.35 24.85 -
YUV 114.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 166 85 135 0 0.49 0.19 0.35 322.96 0.32 0.49
Hex A6 55 87 0 31 13 23 143 20 31
Octal 246 125 207 0 61 23 43 503 40 61
Binary 10100110 1010101 10000111 0 110001 10011 100011 101000011 100000 110001

Color Harmonies of #A65587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65587

Black with #A65587

Text Example


Text Example

White with #A65587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65587; }

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

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

background-color css

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

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

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

border-color css

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

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

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