Html Css Color HEX #A06682 Strikemaster

📋 copy color: '#A06682'

red 160 ◦ green 102 ◦ blue 130

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

Shades of Strikemaster #A06682

Tints of Strikemaster #A06682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 40.82%
G = 26.02%
B = 33.16%

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

#A06682 (or 0xA06682) is known color: Strikemaster. HEX triplet: A0, 66 and 82. RGB value is (160,102,130). Sum of RGB (Red+Green+Blue) = 160+102+130=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A06682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06682 is #5F997D. Grayscale: #7A7A7A. Windows color (decimal): -6265214 or 8545952. OLE color: 8545952.

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

Color convert

RGB 160 102 130 -
CMYK 0 0.36 0.19 0.37
HSL 331.03º 0.23% 0.51% -
HSV(B) 331.03º 0.36% 0.63% -
XYZ 23.28 18.59 23.48 -
YUV 122.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 160 102 130 0 0.36 0.19 0.37 331.03 0.23 0.51
Hex A0 66 82 0 24 13 25 14B 17 33
Octal 240 146 202 0 44 23 45 513 27 63
Binary 10100000 1100110 10000010 0 100100 10011 100101 101001011 10111 110011

Color Harmonies of #A06682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06682

Black with #A06682

Text Example


Text Example

White with #A06682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06682; }

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

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

background-color css

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

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

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

border-color css

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

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

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