Html Css Color HEX #A8668C Strikemaster

📋 copy color: '#A8668C'

red 168 ◦ green 102 ◦ blue 140

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

Shades of Strikemaster #A8668C

Tints of Strikemaster #A8668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.88%

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 40.98%
G = 24.88%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8668C (or 0xA8668C) is known color: Strikemaster. HEX triplet: A8, 66 and 8C. RGB value is (168,102,140). Sum of RGB (Red+Green+Blue) = 168+102+140=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8668C is #579973. Grayscale: #7D7D7D. Windows color (decimal): -5740916 or 9201320. OLE color: 9201320.

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

Color convert

RGB 168 102 140 -
CMYK 0 0.39 0.17 0.34
HSL 325.45º 0.28% 0.53% -
HSV(B) 325.45º 0.39% 0.66% -
XYZ 25.63 19.72 27.27 -
YUV 126.07 135.87 157.91 -
System Red Green Blue C M Y K H S L
Decimal 168 102 140 0 0.39 0.17 0.34 325.45 0.28 0.53
Hex A8 66 8C 0 27 11 22 145 1C 35
Octal 250 146 214 0 47 21 42 505 34 65
Binary 10101000 1100110 10001100 0 100111 10001 100010 101000101 11100 110101

Color Harmonies of #A8668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8668C

Black with #A8668C

Text Example


Text Example

White with #A8668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8668C; }

 p { color: rgb(168,102,140); }

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

background-color css

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

 a { background-color: rgb(168,102,140); }

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

border-color css

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

 span { border-color: rgb(168,102,140); }

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