Html Css Color HEX #A25889 Strikemaster

📋 copy color: '#A25889'

red 162 ◦ green 88 ◦ blue 137

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

Shades of Strikemaster #A25889

Tints of Strikemaster #A25889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.74%

 BLUE value IS 137 (53.91% from 255) = 35.4%

R = 41.86%
G = 22.74%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A25889 (or 0xA25889) is known color: Strikemaster. HEX triplet: A2, 58 and 89. RGB value is (162,88,137). Sum of RGB (Red+Green+Blue) = 162+88+137=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A25889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25889 is #5DA776. Grayscale: #737373. Windows color (decimal): -6137719 or 9001122. OLE color: 9001122.

HSL color Cylindrical-coordinate representation of color #A25889: hue angle of 320.27º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25889 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 88 137 -
CMYK 0 0.46 0.15 0.36
HSL 320.27º 0.3% 0.49% -
HSV(B) 320.27º 0.46% 0.64% -
XYZ 22.91 16.47 25.64 -
YUV 115.71 140.02 161.02 -
System Red Green Blue C M Y K H S L
Decimal 162 88 137 0 0.46 0.15 0.36 320.27 0.3 0.49
Hex A2 58 89 0 2E F 24 140 1E 31
Octal 242 130 211 0 56 17 44 500 36 61
Binary 10100010 1011000 10001001 0 101110 1111 100100 101000000 11110 110001

Color Harmonies of #A25889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25889

Black with #A25889

Text Example


Text Example

White with #A25889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25889; }

 p { color: rgb(162,88,137); }

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

background-color css

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

 a { background-color: rgb(162,88,137); }

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

border-color css

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

 span { border-color: rgb(162,88,137); }

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