Html Css Color HEX #A45885 Strikemaster

📋 copy color: '#A45885'

red 164 ◦ green 88 ◦ blue 133

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

Shades of Strikemaster #A45885

Tints of Strikemaster #A45885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 42.6%
G = 22.86%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A45885 (or 0xA45885) is known color: Strikemaster. HEX triplet: A4, 58 and 85. RGB value is (164,88,133). Sum of RGB (Red+Green+Blue) = 164+88+133=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A45885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45885 is #5BA77A. Grayscale: #737373. Windows color (decimal): -6006651 or 8738980. OLE color: 8738980.

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

Color convert

RGB 164 88 133 -
CMYK 0 0.46 0.19 0.36
HSL 324.47º 0.3% 0.49% -
HSV(B) 324.47º 0.46% 0.64% -
XYZ 23.03 16.57 24.17 -
YUV 115.85 137.68 162.34 -
System Red Green Blue C M Y K H S L
Decimal 164 88 133 0 0.46 0.19 0.36 324.47 0.3 0.49
Hex A4 58 85 0 2E 13 24 144 1E 31
Octal 244 130 205 0 56 23 44 504 36 61
Binary 10100100 1011000 10000101 0 101110 10011 100100 101000100 11110 110001

Color Harmonies of #A45885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45885

Black with #A45885

Text Example


Text Example

White with #A45885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45885; }

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

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

background-color css

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

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

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

border-color css

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

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

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