Html Css Color HEX #A45888 Strikemaster

📋 copy color: '#A45888'

red 164 ◦ green 88 ◦ blue 136

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

Shades of Strikemaster #A45888

Tints of Strikemaster #A45888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.05%

R = 42.27%
G = 22.68%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A45888 (or 0xA45888) is known color: Strikemaster. HEX triplet: A4, 58 and 88. RGB value is (164,88,136). Sum of RGB (Red+Green+Blue) = 164+88+136=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A45888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45888 is #5BA777. Grayscale: #747474. Windows color (decimal): -6006648 or 8935588. OLE color: 8935588.

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

Color convert

RGB 164 88 136 -
CMYK 0 0.46 0.17 0.36
HSL 322.11º 0.3% 0.49% -
HSV(B) 322.11º 0.46% 0.64% -
XYZ 23.24 16.65 25.28 -
YUV 116.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 164 88 136 0 0.46 0.17 0.36 322.11 0.3 0.49
Hex A4 58 88 0 2E 11 24 142 1E 31
Octal 244 130 210 0 56 21 44 502 36 61
Binary 10100100 1011000 10001000 0 101110 10001 100100 101000010 11110 110001

Color Harmonies of #A45888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45888

Black with #A45888

Text Example


Text Example

White with #A45888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45888; }

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

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

background-color css

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

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

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

border-color css

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

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

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