Html Css Color HEX #A65D90 Strikemaster

📋 copy color: '#A65D90'

red 166 ◦ green 93 ◦ blue 144

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

Shades of Strikemaster #A65D90

Tints of Strikemaster #A65D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.08%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 41.19%
G = 23.08%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A65D90 (or 0xA65D90) is known color: Strikemaster. HEX triplet: A6, 5D and 90. RGB value is (166,93,144). Sum of RGB (Red+Green+Blue) = 166+93+144=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65D90 is #59A26F. Grayscale: #787878. Windows color (decimal): -5874288 or 9461158. OLE color: 9461158.

HSL color Cylindrical-coordinate representation of color #A65D90: hue angle of 318.08º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65D90 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 93 144 -
CMYK 0 0.44 0.13 0.35
HSL 318.08º 0.29% 0.51% -
HSV(B) 318.08º 0.44% 0.65% -
XYZ 24.67 17.95 28.55 -
YUV 120.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 166 93 144 0 0.44 0.13 0.35 318.08 0.29 0.51
Hex A6 5D 90 0 2C D 23 13E 1D 33
Octal 246 135 220 0 54 15 43 476 35 63
Binary 10100110 1011101 10010000 0 101100 1101 100011 100111110 11101 110011

Color Harmonies of #A65D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65D90

Black with #A65D90

Text Example


Text Example

White with #A65D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65D90; }

 p { color: rgb(166,93,144); }

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

background-color css

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

 a { background-color: rgb(166,93,144); }

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

border-color css

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

 span { border-color: rgb(166,93,144); }

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