Html Css Color HEX #A66191 Strikemaster

📋 copy color: '#A66191'

red 166 ◦ green 97 ◦ blue 145

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

Shades of Strikemaster #A66191

Tints of Strikemaster #A66191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.54%

R = 40.69%
G = 23.77%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A66191 (or 0xA66191) is known color: Strikemaster. HEX triplet: A6, 61 and 91. RGB value is (166,97,145). Sum of RGB (Red+Green+Blue) = 166+97+145=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A66191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66191 is #599E6E. Grayscale: #7A7A7A. Windows color (decimal): -5873263 or 9527718. OLE color: 9527718.

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

Color convert

RGB 166 97 145 -
CMYK 0 0.42 0.13 0.35
HSL 318.26º 0.28% 0.52% -
HSV(B) 318.26º 0.42% 0.65% -
XYZ 25.11 18.7 29.07 -
YUV 123.1 140.36 158.6 -
System Red Green Blue C M Y K H S L
Decimal 166 97 145 0 0.42 0.13 0.35 318.26 0.28 0.52
Hex A6 61 91 0 2A D 23 13E 1C 34
Octal 246 141 221 0 52 15 43 476 34 64
Binary 10100110 1100001 10010001 0 101010 1101 100011 100111110 11100 110100

Color Harmonies of #A66191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66191

Black with #A66191

Text Example


Text Example

White with #A66191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66191; }

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

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

background-color css

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

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

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

border-color css

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

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

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