Html Css Color HEX #A45488 Strikemaster

📋 copy color: '#A45488'

red 164 ◦ green 84 ◦ blue 136

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

Shades of Strikemaster #A45488

Tints of Strikemaster #A45488

RGB

 RED value IS 164 (64.45% from 255) = 42.71%

 GREEN value IS 84 (33.2% from 255) = 21.88%

 BLUE value IS 136 (53.52% from 255) = 35.42%

R = 42.71%
G = 21.88%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A45488 (or 0xA45488) is known color: Strikemaster. HEX triplet: A4, 54 and 88. RGB value is (164,84,136). Sum of RGB (Red+Green+Blue) = 164+84+136=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A45488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45488 is #5BAB77. Grayscale: #717171. Windows color (decimal): -6007672 or 8934564. OLE color: 8934564.

HSL color Cylindrical-coordinate representation of color #A45488: hue angle of 321º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A45488 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 84 136 -
CMYK 0 0.49 0.17 0.36
HSL 321º 0.32% 0.49% -
HSV(B) 321º 0.49% 0.64% -
XYZ 22.92 16.01 25.17 -
YUV 113.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 164 84 136 0 0.49 0.17 0.36 321 0.32 0.49
Hex A4 54 88 0 31 11 24 141 20 31
Octal 244 124 210 0 61 21 44 501 40 61
Binary 10100100 1010100 10001000 0 110001 10001 100100 101000001 100000 110001

Color Harmonies of #A45488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45488

Black with #A45488

Text Example


Text Example

White with #A45488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45488; }

 p { color: rgb(164,84,136); }

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

background-color css

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

 a { background-color: rgb(164,84,136); }

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

border-color css

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

 span { border-color: rgb(164,84,136); }

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