Html Css Color HEX #A05082 Strikemaster

📋 copy color: '#A05082'

red 160 ◦ green 80 ◦ blue 130

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

Shades of Strikemaster #A05082

Tints of Strikemaster #A05082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

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

R = 43.24%
G = 21.62%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A05082 (or 0xA05082) is known color: Strikemaster. HEX triplet: A0, 50 and 82. RGB value is (160,80,130). Sum of RGB (Red+Green+Blue) = 160+80+130=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A05082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05082 is #5FAF7D. Grayscale: #6D6D6D. Windows color (decimal): -6270846 or 8540320. OLE color: 8540320.

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

Color convert

RGB 160 80 130 -
CMYK 0 0.5 0.19 0.37
HSL 322.5º 0.33% 0.47% -
HSV(B) 322.5º 0.5% 0.63% -
XYZ 21.4 14.82 22.85 -
YUV 109.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 160 80 130 0 0.5 0.19 0.37 322.5 0.33 0.47
Hex A0 50 82 0 32 13 25 142 21 2F
Octal 240 120 202 0 62 23 45 502 41 57
Binary 10100000 1010000 10000010 0 110010 10011 100101 101000010 100001 101111

Color Harmonies of #A05082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05082

Black with #A05082

Text Example


Text Example

White with #A05082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05082; }

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

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

background-color css

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

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

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

border-color css

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

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

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