Html Css Color HEX #A25686 Strikemaster

📋 copy color: '#A25686'

red 162 ◦ green 86 ◦ blue 134

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

Shades of Strikemaster #A25686

Tints of Strikemaster #A25686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.08%

R = 42.41%
G = 22.51%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A25686 (or 0xA25686) is known color: Strikemaster. HEX triplet: A2, 56 and 86. RGB value is (162,86,134). Sum of RGB (Red+Green+Blue) = 162+86+134=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A25686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25686 is #5DA979. Grayscale: #727272. Windows color (decimal): -6138234 or 8804002. OLE color: 8804002.

HSL color Cylindrical-coordinate representation of color #A25686: hue angle of 322.11º 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 #A25686 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 86 134 -
CMYK 0 0.47 0.17 0.36
HSL 322.11º 0.31% 0.49% -
HSV(B) 322.11º 0.47% 0.64% -
XYZ 22.53 16.06 24.47 -
YUV 114.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 162 86 134 0 0.47 0.17 0.36 322.11 0.31 0.49
Hex A2 56 86 0 2F 11 24 142 1F 31
Octal 242 126 206 0 57 21 44 502 37 61
Binary 10100010 1010110 10000110 0 101111 10001 100100 101000010 11111 110001

Color Harmonies of #A25686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25686

Black with #A25686

Text Example


Text Example

White with #A25686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25686; }

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

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

background-color css

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

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

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

border-color css

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

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

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