Html Css Color HEX #A06281 Strikemaster

📋 copy color: '#A06281'

red 160 ◦ green 98 ◦ blue 129

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

Shades of Strikemaster #A06281

Tints of Strikemaster #A06281

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.32%

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

R = 41.34%
G = 25.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A06281 (or 0xA06281) is known color: Strikemaster. HEX triplet: A0, 62 and 81. RGB value is (160,98,129). Sum of RGB (Red+Green+Blue) = 160+98+129=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A06281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06281 is #5F9D7E. Grayscale: #787878. Windows color (decimal): -6266239 or 8479392. OLE color: 8479392.

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

Color convert

RGB 160 98 129 -
CMYK 0 0.39 0.19 0.37
HSL 330º 0.25% 0.51% -
HSV(B) 330º 0.39% 0.63% -
XYZ 22.83 17.79 23 -
YUV 120.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 160 98 129 0 0.39 0.19 0.37 330 0.25 0.51
Hex A0 62 81 0 27 13 25 14A 19 33
Octal 240 142 201 0 47 23 45 512 31 63
Binary 10100000 1100010 10000001 0 100111 10011 100101 101001010 11001 110011

Color Harmonies of #A06281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06281

Black with #A06281

Text Example


Text Example

White with #A06281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06281; }

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

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

background-color css

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

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

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

border-color css

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

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

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