Html Css Color HEX #A25689 Strikemaster

📋 copy color: '#A25689'

red 162 ◦ green 86 ◦ blue 137

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

Shades of Strikemaster #A25689

Tints of Strikemaster #A25689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

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

R = 42.08%
G = 22.34%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A25689 (or 0xA25689) is known color: Strikemaster. HEX triplet: A2, 56 and 89. RGB value is (162,86,137). Sum of RGB (Red+Green+Blue) = 162+86+137=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A25689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25689 is #5DA976. Grayscale: #727272. Windows color (decimal): -6138231 or 9000610. OLE color: 9000610.

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

Color convert

RGB 162 86 137 -
CMYK 0 0.47 0.15 0.36
HSL 319.74º 0.31% 0.49% -
HSV(B) 319.74º 0.47% 0.64% -
XYZ 22.74 16.14 25.58 -
YUV 114.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 162 86 137 0 0.47 0.15 0.36 319.74 0.31 0.49
Hex A2 56 89 0 2F F 24 140 1F 31
Octal 242 126 211 0 57 17 44 500 37 61
Binary 10100010 1010110 10001001 0 101111 1111 100100 101000000 11111 110001

Color Harmonies of #A25689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25689

Black with #A25689

Text Example


Text Example

White with #A25689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25689; }

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

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

background-color css

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

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

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

border-color css

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

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

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