Html Css Color HEX #A5608D Strikemaster

📋 copy color: '#A5608D'

red 165 ◦ green 96 ◦ blue 141

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

Shades of Strikemaster #A5608D

Tints of Strikemaster #A5608D

RGB

 RED value IS 165 (64.84% from 255) = 41.04%

 GREEN value IS 96 (37.89% from 255) = 23.88%

 BLUE value IS 141 (55.47% from 255) = 35.07%

R = 41.04%
G = 23.88%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5608D (or 0xA5608D) is known color: Strikemaster. HEX triplet: A5, 60 and 8D. RGB value is (165,96,141). Sum of RGB (Red+Green+Blue) = 165+96+141=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A5608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5608D is #5A9F72. Grayscale: #797979. Windows color (decimal): -5939059 or 9265317. OLE color: 9265317.

HSL color Cylindrical-coordinate representation of color #A5608D: hue angle of 320.87º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5608D is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 96 141 -
CMYK 0 0.42 0.15 0.35
HSL 320.87º 0.28% 0.51% -
HSV(B) 320.87º 0.42% 0.65% -
XYZ 24.51 18.29 27.44 -
YUV 121.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 165 96 141 0 0.42 0.15 0.35 320.87 0.28 0.51
Hex A5 60 8D 0 2A F 23 141 1C 33
Octal 245 140 215 0 52 17 43 501 34 63
Binary 10100101 1100000 10001101 0 101010 1111 100011 101000001 11100 110011

Color Harmonies of #A5608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5608D

Black with #A5608D

Text Example


Text Example

White with #A5608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5608D; }

 p { color: rgb(165,96,141); }

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

background-color css

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

 a { background-color: rgb(165,96,141); }

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

border-color css

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

 span { border-color: rgb(165,96,141); }

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