Html Css Color HEX #A6668E Strikemaster

📋 copy color: '#A6668E'

red 166 ◦ green 102 ◦ blue 142

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

Shades of Strikemaster #A6668E

Tints of Strikemaster #A6668E

RGB

 RED value IS 166 (65.23% from 255) = 40.49%

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

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

R = 40.49%
G = 24.88%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6668E (or 0xA6668E) is known color: Strikemaster. HEX triplet: A6, 66 and 8E. RGB value is (166,102,142). Sum of RGB (Red+Green+Blue) = 166+102+142=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A6668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6668E is #599971. Grayscale: #7D7D7D. Windows color (decimal): -5871986 or 9332390. OLE color: 9332390.

HSL color Cylindrical-coordinate representation of color #A6668E: hue angle of 322.5º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6668E is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 102 142 -
CMYK 0 0.39 0.14 0.35
HSL 322.5º 0.26% 0.53% -
HSV(B) 322.5º 0.39% 0.65% -
XYZ 25.36 19.56 28.03 -
YUV 125.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 166 102 142 0 0.39 0.14 0.35 322.5 0.26 0.53
Hex A6 66 8E 0 27 E 23 142 1A 35
Octal 246 146 216 0 47 16 43 502 32 65
Binary 10100110 1100110 10001110 0 100111 1110 100011 101000010 11010 110101

Color Harmonies of #A6668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6668E

Black with #A6668E

Text Example


Text Example

White with #A6668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6668E; }

 p { color: rgb(166,102,142); }

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

background-color css

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

 a { background-color: rgb(166,102,142); }

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

border-color css

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

 span { border-color: rgb(166,102,142); }

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