Html Css Color HEX #A65B7E Strikemaster

📋 copy color: '#A65B7E'

red 166 ◦ green 91 ◦ blue 126

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

Shades of Strikemaster #A65B7E

Tints of Strikemaster #A65B7E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.76%

 BLUE value IS 126 (49.61% from 255) = 32.9%

R = 43.34%
G = 23.76%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A65B7E (or 0xA65B7E) is known color: Strikemaster. HEX triplet: A6, 5B and 7E. RGB value is (166,91,126). Sum of RGB (Red+Green+Blue) = 166+91+126=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B7E is #59A481. Grayscale: #757575. Windows color (decimal): -5874818 or 8280998. OLE color: 8280998.

HSL color Cylindrical-coordinate representation of color #A65B7E: hue angle of 332º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65B7E is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 91 126 -
CMYK 0 0.45 0.24 0.35
HSL 332º 0.3% 0.5% -
HSV(B) 332º 0.45% 0.65% -
XYZ 23.23 17.1 21.81 -
YUV 117.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 166 91 126 0 0.45 0.24 0.35 332 0.3 0.5
Hex A6 5B 7E 0 2D 18 23 14C 1E 32
Octal 246 133 176 0 55 30 43 514 36 62
Binary 10100110 1011011 1111110 0 101101 11000 100011 101001100 11110 110010

Color Harmonies of #A65B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65B7E

Black with #A65B7E

Text Example


Text Example

White with #A65B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65B7E; }

 p { color: rgb(166,91,126); }

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

background-color css

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

 a { background-color: rgb(166,91,126); }

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

border-color css

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

 span { border-color: rgb(166,91,126); }

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