Html Css Color HEX #A45E8A Strikemaster

📋 copy color: '#A45E8A'

red 164 ◦ green 94 ◦ blue 138

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

Shades of Strikemaster #A45E8A

Tints of Strikemaster #A45E8A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.74%

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 41.41%
G = 23.74%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A45E8A (or 0xA45E8A) is known color: Strikemaster. HEX triplet: A4, 5E and 8A. RGB value is (164,94,138). Sum of RGB (Red+Green+Blue) = 164+94+138=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45E8A is #5BA175. Grayscale: #777777. Windows color (decimal): -6005110 or 9068196. OLE color: 9068196.

HSL color Cylindrical-coordinate representation of color #A45E8A: hue angle of 322.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A45E8A is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 94 138 -
CMYK 0 0.43 0.16 0.36
HSL 322.29º 0.28% 0.51% -
HSV(B) 322.29º 0.43% 0.64% -
XYZ 23.9 17.73 26.21 -
YUV 119.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 164 94 138 0 0.43 0.16 0.36 322.29 0.28 0.51
Hex A4 5E 8A 0 2B 10 24 142 1C 33
Octal 244 136 212 0 53 20 44 502 34 63
Binary 10100100 1011110 10001010 0 101011 10000 100100 101000010 11100 110011

Color Harmonies of #A45E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45E8A

Black with #A45E8A

Text Example


Text Example

White with #A45E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45E8A; }

 p { color: rgb(164,94,138); }

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

background-color css

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

 a { background-color: rgb(164,94,138); }

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

border-color css

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

 span { border-color: rgb(164,94,138); }

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