Html Css Color HEX #A6658C Strikemaster

📋 copy color: '#A6658C'

red 166 ◦ green 101 ◦ blue 140

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

Shades of Strikemaster #A6658C

Tints of Strikemaster #A6658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.82%

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

R = 40.79%
G = 24.82%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6658C (or 0xA6658C) is known color: Strikemaster. HEX triplet: A6, 65 and 8C. RGB value is (166,101,140). Sum of RGB (Red+Green+Blue) = 166+101+140=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A6658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6658C is #599A73. Grayscale: #7C7C7C. Windows color (decimal): -5872244 or 9201062. OLE color: 9201062.

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

Color convert

RGB 166 101 140 -
CMYK 0 0.39 0.16 0.35
HSL 324º 0.27% 0.52% -
HSV(B) 324º 0.39% 0.65% -
XYZ 25.11 19.31 27.21 -
YUV 124.88 136.53 157.33 -
System Red Green Blue C M Y K H S L
Decimal 166 101 140 0 0.39 0.16 0.35 324 0.27 0.52
Hex A6 65 8C 0 27 10 23 144 1B 34
Octal 246 145 214 0 47 20 43 504 33 64
Binary 10100110 1100101 10001100 0 100111 10000 100011 101000100 11011 110100

Color Harmonies of #A6658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6658C

Black with #A6658C

Text Example


Text Example

White with #A6658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6658C; }

 p { color: rgb(166,101,140); }

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

background-color css

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

 a { background-color: rgb(166,101,140); }

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

border-color css

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

 span { border-color: rgb(166,101,140); }

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