Html Css Color HEX #A45384 Strikemaster

📋 copy color: '#A45384'

red 164 ◦ green 83 ◦ blue 132

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

Shades of Strikemaster #A45384

Tints of Strikemaster #A45384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.83%

R = 43.27%
G = 21.9%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A45384 (or 0xA45384) is known color: Strikemaster. HEX triplet: A4, 53 and 84. RGB value is (164,83,132). Sum of RGB (Red+Green+Blue) = 164+83+132=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A45384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45384 is #5BAC7B. Grayscale: #707070. Windows color (decimal): -6007932 or 8672164. OLE color: 8672164.

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

Color convert

RGB 164 83 132 -
CMYK 0 0.49 0.20 0.36
HSL 323.7º 0.33% 0.48% -
HSV(B) 323.7º 0.49% 0.64% -
XYZ 22.57 15.74 23.68 -
YUV 112.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 164 83 132 0 0.49 0.20 0.36 323.7 0.33 0.48
Hex A4 53 84 0 31 14 24 144 21 30
Octal 244 123 204 0 61 24 44 504 41 60
Binary 10100100 1010011 10000100 0 110001 10100 100100 101000100 100001 110000

Color Harmonies of #A45384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45384

Black with #A45384

Text Example


Text Example

White with #A45384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45384; }

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

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

background-color css

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

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

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

border-color css

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

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

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