Html Css Color HEX #A8638D Strikemaster

📋 copy color: '#A8638D'

red 168 ◦ green 99 ◦ blue 141

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

Shades of Strikemaster #A8638D

Tints of Strikemaster #A8638D

RGB

 RED value IS 168 (66.02% from 255) = 41.18%

 GREEN value IS 99 (39.06% from 255) = 24.26%

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 41.18%
G = 24.26%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8638D (or 0xA8638D) is known color: Strikemaster. HEX triplet: A8, 63 and 8D. RGB value is (168,99,141). Sum of RGB (Red+Green+Blue) = 168+99+141=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A8638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8638D is #579C72. Grayscale: #7C7C7C. Windows color (decimal): -5741683 or 9266088. OLE color: 9266088.

HSL color Cylindrical-coordinate representation of color #A8638D: hue angle of 323.48º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8638D is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 99 141 -
CMYK 0 0.41 0.16 0.34
HSL 323.48º 0.28% 0.52% -
HSV(B) 323.48º 0.41% 0.66% -
XYZ 25.42 19.17 27.56 -
YUV 124.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 168 99 141 0 0.41 0.16 0.34 323.48 0.28 0.52
Hex A8 63 8D 0 29 10 22 143 1C 34
Octal 250 143 215 0 51 20 42 503 34 64
Binary 10101000 1100011 10001101 0 101001 10000 100010 101000011 11100 110100

Color Harmonies of #A8638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8638D

Black with #A8638D

Text Example


Text Example

White with #A8638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8638D; }

 p { color: rgb(168,99,141); }

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

background-color css

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

 a { background-color: rgb(168,99,141); }

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

border-color css

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

 span { border-color: rgb(168,99,141); }

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