Html Css Color HEX #A66B8A Strikemaster

📋 copy color: '#A66B8A'

red 166 ◦ green 107 ◦ blue 138

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

Shades of Strikemaster #A66B8A

Tints of Strikemaster #A66B8A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.03%

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

R = 40.39%
G = 26.03%
B = 33.58%

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

#A66B8A (or 0xA66B8A) is known color: Strikemaster. HEX triplet: A6, 6B and 8A. RGB value is (166,107,138). Sum of RGB (Red+Green+Blue) = 166+107+138=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B8A is #599475. Grayscale: #808080. Windows color (decimal): -5870710 or 9071526. OLE color: 9071526.

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

Color convert

RGB 166 107 138 -
CMYK 0 0.36 0.17 0.35
HSL 328.47º 0.25% 0.54% -
HSV(B) 328.47º 0.36% 0.65% -
XYZ 25.57 20.46 26.65 -
YUV 128.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 166 107 138 0 0.36 0.17 0.35 328.47 0.25 0.54
Hex A6 6B 8A 0 24 11 23 148 19 36
Octal 246 153 212 0 44 21 43 510 31 66
Binary 10100110 1101011 10001010 0 100100 10001 100011 101001000 11001 110110

Color Harmonies of #A66B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B8A

Black with #A66B8A

Text Example


Text Example

White with #A66B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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