Html Css Color HEX #A8648E Strikemaster

📋 copy color: '#A8648E'

red 168 ◦ green 100 ◦ blue 142

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

Shades of Strikemaster #A8648E

Tints of Strikemaster #A8648E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.39%

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 40.98%
G = 24.39%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8648E (or 0xA8648E) is known color: Strikemaster. HEX triplet: A8, 64 and 8E. RGB value is (168,100,142). Sum of RGB (Red+Green+Blue) = 168+100+142=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8648E is #579B71. Grayscale: #7D7D7D. Windows color (decimal): -5741426 or 9331880. OLE color: 9331880.

HSL color Cylindrical-coordinate representation of color #A8648E: hue angle of 322.94º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8648E is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 100 142 -
CMYK 0 0.40 0.15 0.34
HSL 322.94º 0.28% 0.53% -
HSV(B) 322.94º 0.4% 0.66% -
XYZ 25.59 19.39 27.99 -
YUV 125.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 168 100 142 0 0.40 0.15 0.34 322.94 0.28 0.53
Hex A8 64 8E 0 28 F 22 143 1C 35
Octal 250 144 216 0 50 17 42 503 34 65
Binary 10101000 1100100 10001110 0 101000 1111 100010 101000011 11100 110101

Color Harmonies of #A8648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8648E

Black with #A8648E

Text Example


Text Example

White with #A8648E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8648E; }

 p { color: rgb(168,100,142); }

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

background-color css

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

 a { background-color: rgb(168,100,142); }

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

border-color css

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

 span { border-color: rgb(168,100,142); }

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