Html Css Color HEX #A5607C Strikemaster

📋 copy color: '#A5607C'

red 165 ◦ green 96 ◦ blue 124

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

Shades of Strikemaster #A5607C

Tints of Strikemaster #A5607C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 42.86%
G = 24.94%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5607C (or 0xA5607C) is known color: Strikemaster. HEX triplet: A5, 60 and 7C. RGB value is (165,96,124). Sum of RGB (Red+Green+Blue) = 165+96+124=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A5607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5607C is #5A9F83. Grayscale: #777777. Windows color (decimal): -5939076 or 8151205. OLE color: 8151205.

HSL color Cylindrical-coordinate representation of color #A5607C: hue angle of 335.65º 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 #A5607C is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 96 124 -
CMYK 0 0.42 0.25 0.35
HSL 335.65º 0.28% 0.51% -
HSV(B) 335.65º 0.42% 0.65% -
XYZ 23.34 17.82 21.28 -
YUV 119.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 165 96 124 0 0.42 0.25 0.35 335.65 0.28 0.51
Hex A5 60 7C 0 2A 19 23 150 1C 33
Octal 245 140 174 0 52 31 43 520 34 63
Binary 10100101 1100000 1111100 0 101010 11001 100011 101010000 11100 110011

Color Harmonies of #A5607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5607C

Black with #A5607C

Text Example


Text Example

White with #A5607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5607C; }

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

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

background-color css

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

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

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

border-color css

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

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

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