Html Css Color HEX #A05285 Strikemaster

📋 copy color: '#A05285'

red 160 ◦ green 82 ◦ blue 133

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

Shades of Strikemaster #A05285

Tints of Strikemaster #A05285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.87%

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 42.67%
G = 21.87%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A05285 (or 0xA05285) is known color: Strikemaster. HEX triplet: A0, 52 and 85. RGB value is (160,82,133). Sum of RGB (Red+Green+Blue) = 160+82+133=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A05285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05285 is #5FAD7A. Grayscale: #6F6F6F. Windows color (decimal): -6270331 or 8737440. OLE color: 8737440.

HSL color Cylindrical-coordinate representation of color #A05285: hue angle of 320.77º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05285 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 82 133 -
CMYK 0 0.49 0.17 0.37
HSL 320.77º 0.32% 0.47% -
HSV(B) 320.77º 0.49% 0.63% -
XYZ 21.75 15.2 23.98 -
YUV 111.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 160 82 133 0 0.49 0.17 0.37 320.77 0.32 0.47
Hex A0 52 85 0 31 11 25 141 20 2F
Octal 240 122 205 0 61 21 45 501 40 57
Binary 10100000 1010010 10000101 0 110001 10001 100101 101000001 100000 101111

Color Harmonies of #A05285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05285

Black with #A05285

Text Example


Text Example

White with #A05285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05285; }

 p { color: rgb(160,82,133); }

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

background-color css

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

 a { background-color: rgb(160,82,133); }

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

border-color css

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

 span { border-color: rgb(160,82,133); }

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