Html Css Color HEX #A55F90 Strikemaster

📋 copy color: '#A55F90'

red 165 ◦ green 95 ◦ blue 144

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

Shades of Strikemaster #A55F90

Tints of Strikemaster #A55F90

RGB

 RED value IS 165 (64.84% from 255) = 40.84%

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

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

R = 40.84%
G = 23.51%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A55F90 (or 0xA55F90) is known color: Strikemaster. HEX triplet: A5, 5F and 90. RGB value is (165,95,144). Sum of RGB (Red+Green+Blue) = 165+95+144=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55F90 is #5AA06F. Grayscale: #797979. Windows color (decimal): -5939312 or 9461669. OLE color: 9461669.

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

Color convert

RGB 165 95 144 -
CMYK 0 0.42 0.13 0.35
HSL 318º 0.28% 0.51% -
HSV(B) 318º 0.42% 0.65% -
XYZ 24.64 18.2 28.6 -
YUV 121.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 165 95 144 0 0.42 0.13 0.35 318 0.28 0.51
Hex A5 5F 90 0 2A D 23 13E 1C 33
Octal 245 137 220 0 52 15 43 476 34 63
Binary 10100101 1011111 10010000 0 101010 1101 100011 100111110 11100 110011

Color Harmonies of #A55F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F90

Black with #A55F90

Text Example


Text Example

White with #A55F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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