Html Css Color HEX #A65F90 Strikemaster

📋 copy color: '#A65F90'

red 166 ◦ green 95 ◦ blue 144

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

Shades of Strikemaster #A65F90

Tints of Strikemaster #A65F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.46%

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

R = 40.99%
G = 23.46%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A65F90 (or 0xA65F90) is known color: Strikemaster. HEX triplet: A6, 5F and 90. RGB value is (166,95,144). Sum of RGB (Red+Green+Blue) = 166+95+144=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F90 is #59A06F. Grayscale: #797979. Windows color (decimal): -5873776 or 9461670. OLE color: 9461670.

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

Color convert

RGB 166 95 144 -
CMYK 0 0.43 0.13 0.35
HSL 318.59º 0.29% 0.51% -
HSV(B) 318.59º 0.43% 0.65% -
XYZ 24.85 18.31 28.61 -
YUV 121.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 166 95 144 0 0.43 0.13 0.35 318.59 0.29 0.51
Hex A6 5F 90 0 2B D 23 13F 1D 33
Octal 246 137 220 0 53 15 43 477 35 63
Binary 10100110 1011111 10010000 0 101011 1101 100011 100111111 11101 110011

Color Harmonies of #A65F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F90

Black with #A65F90

Text Example


Text Example

White with #A65F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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