Html Css Color HEX #A06B82 Strikemaster

📋 copy color: '#A06B82'

red 160 ◦ green 107 ◦ blue 130

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

Shades of Strikemaster #A06B82

Tints of Strikemaster #A06B82

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.95%

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

R = 40.3%
G = 26.95%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A06B82 (or 0xA06B82) is known color: Strikemaster. HEX triplet: A0, 6B and 82. RGB value is (160,107,130). Sum of RGB (Red+Green+Blue) = 160+107+130=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06B82 is #5F947D. Grayscale: #7D7D7D. Windows color (decimal): -6263934 or 8547232. OLE color: 8547232.

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

Color convert

RGB 160 107 130 -
CMYK 0 0.33 0.19 0.37
HSL 333.96º 0.22% 0.52% -
HSV(B) 333.96º 0.33% 0.63% -
XYZ 23.78 19.6 23.65 -
YUV 125.47 130.56 152.63 -
System Red Green Blue C M Y K H S L
Decimal 160 107 130 0 0.33 0.19 0.37 333.96 0.22 0.52
Hex A0 6B 82 0 21 13 25 14E 16 34
Octal 240 153 202 0 41 23 45 516 26 64
Binary 10100000 1101011 10000010 0 100001 10011 100101 101001110 10110 110100

Color Harmonies of #A06B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B82

Black with #A06B82

Text Example


Text Example

White with #A06B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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