Html Css Color HEX #A45481 Strikemaster

📋 copy color: '#A45481'

red 164 ◦ green 84 ◦ blue 129

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

Shades of Strikemaster #A45481

Tints of Strikemaster #A45481

RGB

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

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

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

R = 43.5%
G = 22.28%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A45481 (or 0xA45481) is known color: Strikemaster. HEX triplet: A4, 54 and 81. RGB value is (164,84,129). Sum of RGB (Red+Green+Blue) = 164+84+129=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A45481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45481 is #5BAB7E. Grayscale: #707070. Windows color (decimal): -6007679 or 8475812. OLE color: 8475812.

HSL color Cylindrical-coordinate representation of color #A45481: hue angle of 326.25º 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 #A45481 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 84 129 -
CMYK 0 0.49 0.21 0.36
HSL 326.25º 0.32% 0.49% -
HSV(B) 326.25º 0.49% 0.64% -
XYZ 22.44 15.82 22.64 -
YUV 113.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 164 84 129 0 0.49 0.21 0.36 326.25 0.32 0.49
Hex A4 54 81 0 31 15 24 146 20 31
Octal 244 124 201 0 61 25 44 506 40 61
Binary 10100100 1010100 10000001 0 110001 10101 100100 101000110 100000 110001

Color Harmonies of #A45481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45481

Black with #A45481

Text Example


Text Example

White with #A45481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45481; }

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

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

background-color css

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

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

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

border-color css

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

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

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