Html Css Color HEX #A86589 Strikemaster

📋 copy color: '#A86589'

red 168 ◦ green 101 ◦ blue 137

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

Shades of Strikemaster #A86589

Tints of Strikemaster #A86589

RGB

 RED value IS 168 (66.02% from 255) = 41.38%

 GREEN value IS 101 (39.84% from 255) = 24.88%

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

R = 41.38%
G = 24.88%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A86589 (or 0xA86589) is known color: Strikemaster. HEX triplet: A8, 65 and 89. RGB value is (168,101,137). Sum of RGB (Red+Green+Blue) = 168+101+137=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A86589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86589 is #579A76. Grayscale: #7D7D7D. Windows color (decimal): -5741175 or 9004456. OLE color: 9004456.

HSL color Cylindrical-coordinate representation of color #A86589: hue angle of 327.76º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86589 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 101 137 -
CMYK 0 0.40 0.18 0.34
HSL 327.76º 0.28% 0.53% -
HSV(B) 327.76º 0.4% 0.66% -
XYZ 25.32 19.44 26.08 -
YUV 125.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 168 101 137 0 0.40 0.18 0.34 327.76 0.28 0.53
Hex A8 65 89 0 28 12 22 148 1C 35
Octal 250 145 211 0 50 22 42 510 34 65
Binary 10101000 1100101 10001001 0 101000 10010 100010 101001000 11100 110101

Color Harmonies of #A86589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86589

Black with #A86589

Text Example


Text Example

White with #A86589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86589; }

 p { color: rgb(168,101,137); }

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

background-color css

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

 a { background-color: rgb(168,101,137); }

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

border-color css

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

 span { border-color: rgb(168,101,137); }

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