Html Css Color HEX #A45688 Strikemaster

📋 copy color: '#A45688'

red 164 ◦ green 86 ◦ blue 136

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

Shades of Strikemaster #A45688

Tints of Strikemaster #A45688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.28%

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

R = 42.49%
G = 22.28%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A45688 (or 0xA45688) is known color: Strikemaster. HEX triplet: A4, 56 and 88. RGB value is (164,86,136). Sum of RGB (Red+Green+Blue) = 164+86+136=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A45688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45688 is #5BA977. Grayscale: #727272. Windows color (decimal): -6007160 or 8935076. OLE color: 8935076.

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

Color convert

RGB 164 86 136 -
CMYK 0 0.48 0.17 0.36
HSL 321.54º 0.31% 0.49% -
HSV(B) 321.54º 0.48% 0.64% -
XYZ 23.08 16.33 25.23 -
YUV 115.02 139.84 162.93 -
System Red Green Blue C M Y K H S L
Decimal 164 86 136 0 0.48 0.17 0.36 321.54 0.31 0.49
Hex A4 56 88 0 30 11 24 142 1F 31
Octal 244 126 210 0 60 21 44 502 37 61
Binary 10100100 1010110 10001000 0 110000 10001 100100 101000010 11111 110001

Color Harmonies of #A45688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45688

Black with #A45688

Text Example


Text Example

White with #A45688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45688; }

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

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

background-color css

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

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

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

border-color css

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

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

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