Html Css Color HEX #A5608A Strikemaster

📋 copy color: '#A5608A'

red 165 ◦ green 96 ◦ blue 138

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

Shades of Strikemaster #A5608A

Tints of Strikemaster #A5608A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 41.35%
G = 24.06%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5608A (or 0xA5608A) is known color: Strikemaster. HEX triplet: A5, 60 and 8A. RGB value is (165,96,138). Sum of RGB (Red+Green+Blue) = 165+96+138=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A5608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5608A is #5A9F75. Grayscale: #797979. Windows color (decimal): -5939062 or 9068709. OLE color: 9068709.

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

Color convert

RGB 165 96 138 -
CMYK 0 0.42 0.16 0.35
HSL 323.48º 0.28% 0.51% -
HSV(B) 323.48º 0.42% 0.65% -
XYZ 24.29 18.2 26.28 -
YUV 121.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 165 96 138 0 0.42 0.16 0.35 323.48 0.28 0.51
Hex A5 60 8A 0 2A 10 23 143 1C 33
Octal 245 140 212 0 52 20 43 503 34 63
Binary 10100101 1100000 10001010 0 101010 10000 100011 101000011 11100 110011

Color Harmonies of #A5608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5608A

Black with #A5608A

Text Example


Text Example

White with #A5608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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