Html Css Color HEX #A45581 Strikemaster

📋 copy color: '#A45581'

red 164 ◦ green 85 ◦ blue 129

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

Shades of Strikemaster #A45581

Tints of Strikemaster #A45581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.49%

 BLUE value IS 129 (50.78% from 255) = 34.13%

R = 43.39%
G = 22.49%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A45581 (or 0xA45581) is known color: Strikemaster. HEX triplet: A4, 55 and 81. RGB value is (164,85,129). Sum of RGB (Red+Green+Blue) = 164+85+129=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A45581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45581 is #5BAA7E. Grayscale: #717171. Windows color (decimal): -6007423 or 8476068. OLE color: 8476068.

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

Color convert

RGB 164 85 129 -
CMYK 0 0.48 0.21 0.36
HSL 326.58º 0.32% 0.49% -
HSV(B) 326.58º 0.48% 0.64% -
XYZ 22.52 15.97 22.67 -
YUV 113.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 164 85 129 0 0.48 0.21 0.36 326.58 0.32 0.49
Hex A4 55 81 0 30 15 24 147 20 31
Octal 244 125 201 0 60 25 44 507 40 61
Binary 10100100 1010101 10000001 0 110000 10101 100100 101000111 100000 110001

Color Harmonies of #A45581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45581

Black with #A45581

Text Example


Text Example

White with #A45581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45581; }

 p { color: rgb(164,85,129); }

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

background-color css

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

 a { background-color: rgb(164,85,129); }

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

border-color css

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

 span { border-color: rgb(164,85,129); }

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