Html Css Color HEX #A05A7D Strikemaster

📋 copy color: '#A05A7D'

red 160 ◦ green 90 ◦ blue 125

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

Shades of Strikemaster #A05A7D

Tints of Strikemaster #A05A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 42.67%
G = 24%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A05A7D (or 0xA05A7D) is known color: Strikemaster. HEX triplet: A0, 5A and 7D. RGB value is (160,90,125). Sum of RGB (Red+Green+Blue) = 160+90+125=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05A7D is #5FA582. Grayscale: #727272. Windows color (decimal): -6268291 or 8215200. OLE color: 8215200.

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

Color convert

RGB 160 90 125 -
CMYK 0 0.44 0.22 0.37
HSL 330º 0.28% 0.49% -
HSV(B) 330º 0.44% 0.63% -
XYZ 21.86 16.27 21.39 -
YUV 114.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 160 90 125 0 0.44 0.22 0.37 330 0.28 0.49
Hex A0 5A 7D 0 2C 16 25 14A 1C 31
Octal 240 132 175 0 54 26 45 512 34 61
Binary 10100000 1011010 1111101 0 101100 10110 100101 101001010 11100 110001

Color Harmonies of #A05A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05A7D

Black with #A05A7D

Text Example


Text Example

White with #A05A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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