Html Css Color HEX #A45884 Strikemaster

📋 copy color: '#A45884'

red 164 ◦ green 88 ◦ blue 132

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

Shades of Strikemaster #A45884

Tints of Strikemaster #A45884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.92%

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

R = 42.71%
G = 22.92%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A45884 (or 0xA45884) is known color: Strikemaster. HEX triplet: A4, 58 and 84. RGB value is (164,88,132). Sum of RGB (Red+Green+Blue) = 164+88+132=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A45884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45884 is #5BA77B. Grayscale: #737373. Windows color (decimal): -6006652 or 8673444. OLE color: 8673444.

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

Color convert

RGB 164 88 132 -
CMYK 0 0.46 0.20 0.36
HSL 325.26º 0.3% 0.49% -
HSV(B) 325.26º 0.46% 0.64% -
XYZ 22.96 16.54 23.81 -
YUV 115.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 164 88 132 0 0.46 0.20 0.36 325.26 0.3 0.49
Hex A4 58 84 0 2E 14 24 145 1E 31
Octal 244 130 204 0 56 24 44 505 36 61
Binary 10100100 1011000 10000100 0 101110 10100 100100 101000101 11110 110001

Color Harmonies of #A45884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45884

Black with #A45884

Text Example


Text Example

White with #A45884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45884; }

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

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

background-color css

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

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

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

border-color css

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

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

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