Html Css Color HEX #A45A88 Strikemaster

📋 copy color: '#A45A88'

red 164 ◦ green 90 ◦ blue 136

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

Shades of Strikemaster #A45A88

Tints of Strikemaster #A45A88

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.08%

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

R = 42.05%
G = 23.08%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A45A88 (or 0xA45A88) is known color: Strikemaster. HEX triplet: A4, 5A and 88. RGB value is (164,90,136). Sum of RGB (Red+Green+Blue) = 164+90+136=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45A88 is #5BA577. Grayscale: #757575. Windows color (decimal): -6006136 or 8936100. OLE color: 8936100.

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

Color convert

RGB 164 90 136 -
CMYK 0 0.45 0.17 0.36
HSL 322.7º 0.29% 0.5% -
HSV(B) 322.7º 0.45% 0.64% -
XYZ 23.41 16.98 25.34 -
YUV 117.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 164 90 136 0 0.45 0.17 0.36 322.7 0.29 0.5
Hex A4 5A 88 0 2D 11 24 143 1D 32
Octal 244 132 210 0 55 21 44 503 35 62
Binary 10100100 1011010 10001000 0 101101 10001 100100 101000011 11101 110010

Color Harmonies of #A45A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45A88

Black with #A45A88

Text Example


Text Example

White with #A45A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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