Html Css Color HEX #A5588C Strikemaster

📋 copy color: '#A5588C'

red 165 ◦ green 88 ◦ blue 140

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

Shades of Strikemaster #A5588C

Tints of Strikemaster #A5588C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.39%

 BLUE value IS 140 (55.08% from 255) = 35.62%

R = 41.98%
G = 22.39%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5588C (or 0xA5588C) is known color: Strikemaster. HEX triplet: A5, 58 and 8C. RGB value is (165,88,140). Sum of RGB (Red+Green+Blue) = 165+88+140=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A5588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5588C is #5AA773. Grayscale: #747474. Windows color (decimal): -5941108 or 9197733. OLE color: 9197733.

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

Color convert

RGB 165 88 140 -
CMYK 0 0.47 0.15 0.35
HSL 319.48º 0.3% 0.5% -
HSV(B) 319.48º 0.47% 0.65% -
XYZ 23.74 16.87 26.82 -
YUV 116.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 165 88 140 0 0.47 0.15 0.35 319.48 0.3 0.5
Hex A5 58 8C 0 2F F 23 13F 1E 32
Octal 245 130 214 0 57 17 43 477 36 62
Binary 10100101 1011000 10001100 0 101111 1111 100011 100111111 11110 110010

Color Harmonies of #A5588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5588C

Black with #A5588C

Text Example


Text Example

White with #A5588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5588C; }

 p { color: rgb(165,88,140); }

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

background-color css

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

 a { background-color: rgb(165,88,140); }

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

border-color css

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

 span { border-color: rgb(165,88,140); }

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