Html Css Color HEX #A36D8A Strikemaster

📋 copy color: '#A36D8A'

red 163 ◦ green 109 ◦ blue 138

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

Shades of Strikemaster #A36D8A

Tints of Strikemaster #A36D8A

RGB

 RED value IS 163 (64.06% from 255) = 39.76%

 GREEN value IS 109 (42.97% from 255) = 26.59%

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

R = 39.76%
G = 26.59%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A36D8A (or 0xA36D8A) is known color: Strikemaster. HEX triplet: A3, 6D and 8A. RGB value is (163,109,138). Sum of RGB (Red+Green+Blue) = 163+109+138=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36D8A is #5C9275. Grayscale: #808080. Windows color (decimal): -6066806 or 9072035. OLE color: 9072035.

HSL color Cylindrical-coordinate representation of color #A36D8A: hue angle of 327.78º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A36D8A is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 109 138 -
CMYK 0 0.33 0.15 0.36
HSL 327.78º 0.23% 0.53% -
HSV(B) 327.78º 0.33% 0.64% -
XYZ 25.16 20.56 26.69 -
YUV 128.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 163 109 138 0 0.33 0.15 0.36 327.78 0.23 0.53
Hex A3 6D 8A 0 21 F 24 148 17 35
Octal 243 155 212 0 41 17 44 510 27 65
Binary 10100011 1101101 10001010 0 100001 1111 100100 101001000 10111 110101

Color Harmonies of #A36D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36D8A

Black with #A36D8A

Text Example


Text Example

White with #A36D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36D8A; }

 p { color: rgb(163,109,138); }

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

background-color css

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

 a { background-color: rgb(163,109,138); }

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

border-color css

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

 span { border-color: rgb(163,109,138); }

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