Html Css Color HEX #A6618A Strikemaster

📋 copy color: '#A6618A'

red 166 ◦ green 97 ◦ blue 138

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

Shades of Strikemaster #A6618A

Tints of Strikemaster #A6618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.19%

 BLUE value IS 138 (54.3% from 255) = 34.41%

R = 41.4%
G = 24.19%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6618A (or 0xA6618A) is known color: Strikemaster. HEX triplet: A6, 61 and 8A. RGB value is (166,97,138). Sum of RGB (Red+Green+Blue) = 166+97+138=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A6618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6618A is #599E75. Grayscale: #7A7A7A. Windows color (decimal): -5873270 or 9068966. OLE color: 9068966.

HSL color Cylindrical-coordinate representation of color #A6618A: hue angle of 324.35º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6618A is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 97 138 -
CMYK 0 0.42 0.17 0.35
HSL 324.35º 0.28% 0.52% -
HSV(B) 324.35º 0.42% 0.65% -
XYZ 24.59 18.49 26.32 -
YUV 122.31 136.86 159.17 -
System Red Green Blue C M Y K H S L
Decimal 166 97 138 0 0.42 0.17 0.35 324.35 0.28 0.52
Hex A6 61 8A 0 2A 11 23 144 1C 34
Octal 246 141 212 0 52 21 43 504 34 64
Binary 10100110 1100001 10001010 0 101010 10001 100011 101000100 11100 110100

Color Harmonies of #A6618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6618A

Black with #A6618A

Text Example


Text Example

White with #A6618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6618A; }

 p { color: rgb(166,97,138); }

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

background-color css

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

 a { background-color: rgb(166,97,138); }

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

border-color css

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

 span { border-color: rgb(166,97,138); }

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