Html Css Color HEX #A6658B Strikemaster

📋 copy color: '#A6658B'

red 166 ◦ green 101 ◦ blue 139

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

Shades of Strikemaster #A6658B

Tints of Strikemaster #A6658B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 40.89%
G = 24.88%
B = 34.24%

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

#A6658B (or 0xA6658B) is known color: Strikemaster. HEX triplet: A6, 65 and 8B. RGB value is (166,101,139). Sum of RGB (Red+Green+Blue) = 166+101+139=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A6658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6658B is #599A74. Grayscale: #7C7C7C. Windows color (decimal): -5872245 or 9135526. OLE color: 9135526.

HSL color Cylindrical-coordinate representation of color #A6658B: hue angle of 324.92º 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 #A6658B is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 101 139 -
CMYK 0 0.39 0.16 0.35
HSL 324.92º 0.27% 0.52% -
HSV(B) 324.92º 0.39% 0.65% -
XYZ 25.04 19.28 26.83 -
YUV 124.77 136.03 157.41 -
System Red Green Blue C M Y K H S L
Decimal 166 101 139 0 0.39 0.16 0.35 324.92 0.27 0.52
Hex A6 65 8B 0 27 10 23 145 1B 34
Octal 246 145 213 0 47 20 43 505 33 64
Binary 10100110 1100101 10001011 0 100111 10000 100011 101000101 11011 110100

Color Harmonies of #A6658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6658B

Black with #A6658B

Text Example


Text Example

White with #A6658B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6658B; }

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

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

background-color css

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

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

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

border-color css

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

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

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