Html Css Color HEX #A05A8B Strikemaster

📋 copy color: '#A05A8B'

red 160 ◦ green 90 ◦ blue 139

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

Shades of Strikemaster #A05A8B

Tints of Strikemaster #A05A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 41.13%
G = 23.14%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A05A8B (or 0xA05A8B) is known color: Strikemaster. HEX triplet: A0, 5A and 8B. RGB value is (160,90,139). Sum of RGB (Red+Green+Blue) = 160+90+139=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05A8B is #5FA574. Grayscale: #747474. Windows color (decimal): -6268277 or 9132704. OLE color: 9132704.

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

Color convert

RGB 160 90 139 -
CMYK 0 0.44 0.13 0.37
HSL 318º 0.28% 0.49% -
HSV(B) 318º 0.44% 0.63% -
XYZ 22.81 16.65 26.44 -
YUV 116.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 160 90 139 0 0.44 0.13 0.37 318 0.28 0.49
Hex A0 5A 8B 0 2C D 25 13E 1C 31
Octal 240 132 213 0 54 15 45 476 34 61
Binary 10100000 1011010 10001011 0 101100 1101 100101 100111110 11100 110001

Color Harmonies of #A05A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05A8B

Black with #A05A8B

Text Example


Text Example

White with #A05A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05A8B; }

 p { color: rgb(160,90,139); }

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

background-color css

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

 a { background-color: rgb(160,90,139); }

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

border-color css

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

 span { border-color: rgb(160,90,139); }

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