Html Css Color HEX #A26390 Strikemaster

📋 copy color: '#A26390'

red 162 ◦ green 99 ◦ blue 144

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

Shades of Strikemaster #A26390

Tints of Strikemaster #A26390

RGB

 RED value IS 162 (63.67% from 255) = 40%

 GREEN value IS 99 (39.06% from 255) = 24.44%

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

R = 40%
G = 24.44%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A26390 (or 0xA26390) is known color: Strikemaster. HEX triplet: A2, 63 and 90. RGB value is (162,99,144). Sum of RGB (Red+Green+Blue) = 162+99+144=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A26390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26390 is #5D9C6F. Grayscale: #7A7A7A. Windows color (decimal): -6134896 or 9462690. OLE color: 9462690.

HSL color Cylindrical-coordinate representation of color #A26390: hue angle of 317.14º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A26390 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 99 144 -
CMYK 0 0.39 0.11 0.36
HSL 317.14º 0.25% 0.51% -
HSV(B) 317.14º 0.39% 0.64% -
XYZ 24.4 18.62 28.69 -
YUV 122.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 162 99 144 0 0.39 0.11 0.36 317.14 0.25 0.51
Hex A2 63 90 0 27 B 24 13D 19 33
Octal 242 143 220 0 47 13 44 475 31 63
Binary 10100010 1100011 10010000 0 100111 1011 100100 100111101 11001 110011

Color Harmonies of #A26390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26390

Black with #A26390

Text Example


Text Example

White with #A26390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26390; }

 p { color: rgb(162,99,144); }

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

background-color css

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

 a { background-color: rgb(162,99,144); }

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

border-color css

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

 span { border-color: rgb(162,99,144); }

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