Html Css Color HEX #A66A8A Strikemaster

📋 copy color: '#A66A8A'

red 166 ◦ green 106 ◦ blue 138

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

Shades of Strikemaster #A66A8A

Tints of Strikemaster #A66A8A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.85%

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

R = 40.49%
G = 25.85%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A66A8A (or 0xA66A8A) is known color: Strikemaster. HEX triplet: A6, 6A and 8A. RGB value is (166,106,138). Sum of RGB (Red+Green+Blue) = 166+106+138=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66A8A is #599575. Grayscale: #7F7F7F. Windows color (decimal): -5870966 or 9071270. OLE color: 9071270.

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

Color convert

RGB 166 106 138 -
CMYK 0 0.36 0.17 0.35
HSL 328º 0.25% 0.53% -
HSV(B) 328º 0.36% 0.65% -
XYZ 25.47 20.25 26.61 -
YUV 127.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 166 106 138 0 0.36 0.17 0.35 328 0.25 0.53
Hex A6 6A 8A 0 24 11 23 148 19 35
Octal 246 152 212 0 44 21 43 510 31 65
Binary 10100110 1101010 10001010 0 100100 10001 100011 101001000 11001 110101

Color Harmonies of #A66A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A8A

Black with #A66A8A

Text Example


Text Example

White with #A66A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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