Html Css Color HEX #A06987 Strikemaster

📋 copy color: '#A06987'

red 160 ◦ green 105 ◦ blue 135

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

Shades of Strikemaster #A06987

Tints of Strikemaster #A06987

RGB

 RED value IS 160 (62.89% from 255) = 40%

 GREEN value IS 105 (41.41% from 255) = 26.25%

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

R = 40%
G = 26.25%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A06987 (or 0xA06987) is known color: Strikemaster. HEX triplet: A0, 69 and 87. RGB value is (160,105,135). Sum of RGB (Red+Green+Blue) = 160+105+135=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A06987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06987 is #5F9678. Grayscale: #7C7C7C. Windows color (decimal): -6264441 or 8874400. OLE color: 8874400.

HSL color Cylindrical-coordinate representation of color #A06987: hue angle of 327.27º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06987 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 105 135 -
CMYK 0 0.34 0.16 0.37
HSL 327.27º 0.22% 0.52% -
HSV(B) 327.27º 0.34% 0.63% -
XYZ 23.92 19.33 25.39 -
YUV 124.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 160 105 135 0 0.34 0.16 0.37 327.27 0.22 0.52
Hex A0 69 87 0 22 10 25 147 16 34
Octal 240 151 207 0 42 20 45 507 26 64
Binary 10100000 1101001 10000111 0 100010 10000 100101 101000111 10110 110100

Color Harmonies of #A06987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06987

Black with #A06987

Text Example


Text Example

White with #A06987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06987; }

 p { color: rgb(160,105,135); }

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

background-color css

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

 a { background-color: rgb(160,105,135); }

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

border-color css

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

 span { border-color: rgb(160,105,135); }

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