Html Css Color HEX #A45683 Strikemaster

📋 copy color: '#A45683'

red 164 ◦ green 86 ◦ blue 131

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

Shades of Strikemaster #A45683

Tints of Strikemaster #A45683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.38%

R = 43.04%
G = 22.57%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A45683 (or 0xA45683) is known color: Strikemaster. HEX triplet: A4, 56 and 83. RGB value is (164,86,131). Sum of RGB (Red+Green+Blue) = 164+86+131=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A45683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45683 is #5BA97C. Grayscale: #727272. Windows color (decimal): -6007165 or 8607396. OLE color: 8607396.

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

Color convert

RGB 164 86 131 -
CMYK 0 0.48 0.20 0.36
HSL 325.38º 0.31% 0.49% -
HSV(B) 325.38º 0.48% 0.64% -
XYZ 22.73 16.19 23.4 -
YUV 114.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 164 86 131 0 0.48 0.20 0.36 325.38 0.31 0.49
Hex A4 56 83 0 30 14 24 145 1F 31
Octal 244 126 203 0 60 24 44 505 37 61
Binary 10100100 1010110 10000011 0 110000 10100 100100 101000101 11111 110001

Color Harmonies of #A45683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45683

Black with #A45683

Text Example


Text Example

White with #A45683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45683; }

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

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

background-color css

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

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

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

border-color css

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

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

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