Html Css Color HEX #A8638F Strikemaster

📋 copy color: '#A8638F'

red 168 ◦ green 99 ◦ blue 143

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

Shades of Strikemaster #A8638F

Tints of Strikemaster #A8638F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 40.98%
G = 24.15%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8638F (or 0xA8638F) is known color: Strikemaster. HEX triplet: A8, 63 and 8F. RGB value is (168,99,143). Sum of RGB (Red+Green+Blue) = 168+99+143=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8638F is #579C70. Grayscale: #7C7C7C. Windows color (decimal): -5741681 or 9397160. OLE color: 9397160.

HSL color Cylindrical-coordinate representation of color #A8638F: hue angle of 321.74º 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 #A8638F is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 99 143 -
CMYK 0 0.41 0.15 0.34
HSL 321.74º 0.28% 0.52% -
HSV(B) 321.74º 0.41% 0.66% -
XYZ 25.57 19.23 28.35 -
YUV 124.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 168 99 143 0 0.41 0.15 0.34 321.74 0.28 0.52
Hex A8 63 8F 0 29 F 22 142 1C 34
Octal 250 143 217 0 51 17 42 502 34 64
Binary 10101000 1100011 10001111 0 101001 1111 100010 101000010 11100 110100

Color Harmonies of #A8638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8638F

Black with #A8638F

Text Example


Text Example

White with #A8638F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8638F; }

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

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

background-color css

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

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

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

border-color css

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

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

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