Html Css Color HEX #A06882 Strikemaster

📋 copy color: '#A06882'

red 160 ◦ green 104 ◦ blue 130

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

Shades of Strikemaster #A06882

Tints of Strikemaster #A06882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.4%

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

R = 40.61%
G = 26.4%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A06882 (or 0xA06882) is known color: Strikemaster. HEX triplet: A0, 68 and 82. RGB value is (160,104,130). Sum of RGB (Red+Green+Blue) = 160+104+130=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A06882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06882 is #5F977D. Grayscale: #7B7B7B. Windows color (decimal): -6264702 or 8546464. OLE color: 8546464.

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

Color convert

RGB 160 104 130 -
CMYK 0 0.35 0.19 0.37
HSL 332.14º 0.23% 0.52% -
HSV(B) 332.14º 0.35% 0.63% -
XYZ 23.48 18.99 23.55 -
YUV 123.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 160 104 130 0 0.35 0.19 0.37 332.14 0.23 0.52
Hex A0 68 82 0 23 13 25 14C 17 34
Octal 240 150 202 0 43 23 45 514 27 64
Binary 10100000 1101000 10000010 0 100011 10011 100101 101001100 10111 110100

Color Harmonies of #A06882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06882

Black with #A06882

Text Example


Text Example

White with #A06882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06882; }

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

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

background-color css

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

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

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

border-color css

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

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

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