Html Css Color HEX #A06689 Strikemaster

📋 copy color: '#A06689'

red 160 ◦ green 102 ◦ blue 137

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

Shades of Strikemaster #A06689

Tints of Strikemaster #A06689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.56%

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

R = 40.1%
G = 25.56%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A06689 (or 0xA06689) is known color: Strikemaster. HEX triplet: A0, 66 and 89. RGB value is (160,102,137). Sum of RGB (Red+Green+Blue) = 160+102+137=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A06689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06689 is #5F9976. Grayscale: #7B7B7B. Windows color (decimal): -6265207 or 9004704. OLE color: 9004704.

HSL color Cylindrical-coordinate representation of color #A06689: hue angle of 323.79º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A06689 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 102 137 -
CMYK 0 0.36 0.14 0.37
HSL 323.79º 0.23% 0.51% -
HSV(B) 323.79º 0.36% 0.63% -
XYZ 23.76 18.78 26.04 -
YUV 123.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 160 102 137 0 0.36 0.14 0.37 323.79 0.23 0.51
Hex A0 66 89 0 24 E 25 144 17 33
Octal 240 146 211 0 44 16 45 504 27 63
Binary 10100000 1100110 10001001 0 100100 1110 100101 101000100 10111 110011

Color Harmonies of #A06689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06689

Black with #A06689

Text Example


Text Example

White with #A06689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06689; }

 p { color: rgb(160,102,137); }

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

background-color css

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

 a { background-color: rgb(160,102,137); }

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

border-color css

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

 span { border-color: rgb(160,102,137); }

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