Html Css Color HEX #A06681 Strikemaster

📋 copy color: '#A06681'

red 160 ◦ green 102 ◦ blue 129

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

Shades of Strikemaster #A06681

Tints of Strikemaster #A06681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.99%

R = 40.92%
G = 26.09%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A06681 (or 0xA06681) is known color: Strikemaster. HEX triplet: A0, 66 and 81. RGB value is (160,102,129). Sum of RGB (Red+Green+Blue) = 160+102+129=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A06681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06681 is #5F997E. Grayscale: #7A7A7A. Windows color (decimal): -6265215 or 8480416. OLE color: 8480416.

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

Color convert

RGB 160 102 129 -
CMYK 0 0.36 0.19 0.37
HSL 332.07º 0.23% 0.51% -
HSV(B) 332.07º 0.36% 0.63% -
XYZ 23.21 18.56 23.13 -
YUV 122.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 160 102 129 0 0.36 0.19 0.37 332.07 0.23 0.51
Hex A0 66 81 0 24 13 25 14C 17 33
Octal 240 146 201 0 44 23 45 514 27 63
Binary 10100000 1100110 10000001 0 100100 10011 100101 101001100 10111 110011

Color Harmonies of #A06681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06681

Black with #A06681

Text Example


Text Example

White with #A06681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06681; }

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

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

background-color css

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

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

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

border-color css

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

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

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