Html Css Color HEX #A5607D Strikemaster

📋 copy color: '#A5607D'

red 165 ◦ green 96 ◦ blue 125

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

Shades of Strikemaster #A5607D

Tints of Strikemaster #A5607D

RGB

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

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

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

R = 42.75%
G = 24.87%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5607D (or 0xA5607D) is known color: Strikemaster. HEX triplet: A5, 60 and 7D. RGB value is (165,96,125). Sum of RGB (Red+Green+Blue) = 165+96+125=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A5607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5607D is #5A9F82. Grayscale: #777777. Windows color (decimal): -5939075 or 8216741. OLE color: 8216741.

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

Color convert

RGB 165 96 125 -
CMYK 0 0.42 0.24 0.35
HSL 334.78º 0.28% 0.51% -
HSV(B) 334.78º 0.42% 0.65% -
XYZ 23.4 17.85 21.61 -
YUV 119.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 165 96 125 0 0.42 0.24 0.35 334.78 0.28 0.51
Hex A5 60 7D 0 2A 18 23 14F 1C 33
Octal 245 140 175 0 52 30 43 517 34 63
Binary 10100101 1100000 1111101 0 101010 11000 100011 101001111 11100 110011

Color Harmonies of #A5607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5607D

Black with #A5607D

Text Example


Text Example

White with #A5607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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