Html Css Color HEX #A45388 Strikemaster

📋 copy color: '#A45388'

red 164 ◦ green 83 ◦ blue 136

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

Shades of Strikemaster #A45388

Tints of Strikemaster #A45388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.67%

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

R = 42.82%
G = 21.67%
B = 35.51%

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

#A45388 (or 0xA45388) is known color: Strikemaster. HEX triplet: A4, 53 and 88. RGB value is (164,83,136). Sum of RGB (Red+Green+Blue) = 164+83+136=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A45388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45388 is #5BAC77. Grayscale: #717171. Windows color (decimal): -6007928 or 8934308. OLE color: 8934308.

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

Color convert

RGB 164 83 136 -
CMYK 0 0.49 0.17 0.36
HSL 320.74º 0.33% 0.48% -
HSV(B) 320.74º 0.49% 0.64% -
XYZ 22.85 15.86 25.15 -
YUV 113.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 164 83 136 0 0.49 0.17 0.36 320.74 0.33 0.48
Hex A4 53 88 0 31 11 24 141 21 30
Octal 244 123 210 0 61 21 44 501 41 60
Binary 10100100 1010011 10001000 0 110001 10001 100100 101000001 100001 110000

Color Harmonies of #A45388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45388

Black with #A45388

Text Example


Text Example

White with #A45388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45388; }

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

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

background-color css

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

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

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

border-color css

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

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

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