Html Css Color HEX #A8628E Strikemaster

📋 copy color: '#A8628E'

red 168 ◦ green 98 ◦ blue 142

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

Shades of Strikemaster #A8628E

Tints of Strikemaster #A8628E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.02%

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

R = 41.18%
G = 24.02%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8628E (or 0xA8628E) is known color: Strikemaster. HEX triplet: A8, 62 and 8E. RGB value is (168,98,142). Sum of RGB (Red+Green+Blue) = 168+98+142=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A8628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8628E is #579D71. Grayscale: #7B7B7B. Windows color (decimal): -5741938 or 9331368. OLE color: 9331368.

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

Color convert

RGB 168 98 142 -
CMYK 0 0.42 0.15 0.34
HSL 322.29º 0.29% 0.52% -
HSV(B) 322.29º 0.42% 0.66% -
XYZ 25.4 19.01 27.92 -
YUV 123.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 168 98 142 0 0.42 0.15 0.34 322.29 0.29 0.52
Hex A8 62 8E 0 2A F 22 142 1D 34
Octal 250 142 216 0 52 17 42 502 35 64
Binary 10101000 1100010 10001110 0 101010 1111 100010 101000010 11101 110100

Color Harmonies of #A8628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8628E

Black with #A8628E

Text Example


Text Example

White with #A8628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8628E; }

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

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

background-color css

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

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

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

border-color css

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

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

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