Html Css Color HEX #A05088 Strikemaster

📋 copy color: '#A05088'

red 160 ◦ green 80 ◦ blue 136

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

Shades of Strikemaster #A05088

Tints of Strikemaster #A05088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 42.55%
G = 21.28%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A05088 (or 0xA05088) is known color: Strikemaster. HEX triplet: A0, 50 and 88. RGB value is (160,80,136). Sum of RGB (Red+Green+Blue) = 160+80+136=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A05088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05088 is #5FAF77. Grayscale: #6E6E6E. Windows color (decimal): -6270840 or 8933536. OLE color: 8933536.

HSL color Cylindrical-coordinate representation of color #A05088: hue angle of 318º 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 #A05088 is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 80 136 -
CMYK 0 0.5 0.15 0.37
HSL 318º 0.33% 0.47% -
HSV(B) 318º 0.5% 0.63% -
XYZ 21.81 14.99 25.04 -
YUV 110.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 160 80 136 0 0.5 0.15 0.37 318 0.33 0.47
Hex A0 50 88 0 32 F 25 13E 21 2F
Octal 240 120 210 0 62 17 45 476 41 57
Binary 10100000 1010000 10001000 0 110010 1111 100101 100111110 100001 101111

Color Harmonies of #A05088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05088

Black with #A05088

Text Example


Text Example

White with #A05088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05088; }

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

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

background-color css

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

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

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

border-color css

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

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

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