Html Css Color HEX #A26488 Strikemaster

📋 copy color: '#A26488'

red 162 ◦ green 100 ◦ blue 136

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

Shades of Strikemaster #A26488

Tints of Strikemaster #A26488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.13%

 BLUE value IS 136 (53.52% from 255) = 34.17%

R = 40.7%
G = 25.13%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A26488 (or 0xA26488) is known color: Strikemaster. HEX triplet: A2, 64 and 88. RGB value is (162,100,136). Sum of RGB (Red+Green+Blue) = 162+100+136=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A26488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26488 is #5D9B77. Grayscale: #7A7A7A. Windows color (decimal): -6134648 or 8938658. OLE color: 8938658.

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

Color convert

RGB 162 100 136 -
CMYK 0 0.38 0.16 0.36
HSL 325.16º 0.25% 0.51% -
HSV(B) 325.16º 0.38% 0.64% -
XYZ 23.9 18.57 25.62 -
YUV 122.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 162 100 136 0 0.38 0.16 0.36 325.16 0.25 0.51
Hex A2 64 88 0 26 10 24 145 19 33
Octal 242 144 210 0 46 20 44 505 31 63
Binary 10100010 1100100 10001000 0 100110 10000 100100 101000101 11001 110011

Color Harmonies of #A26488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26488

Black with #A26488

Text Example


Text Example

White with #A26488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26488; }

 p { color: rgb(162,100,136); }

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

background-color css

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

 a { background-color: rgb(162,100,136); }

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

border-color css

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

 span { border-color: rgb(162,100,136); }

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