Html Css Color HEX #A25E81 Strikemaster

📋 copy color: '#A25E81'

red 162 ◦ green 94 ◦ blue 129

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

Shades of Strikemaster #A25E81

Tints of Strikemaster #A25E81

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.42%

 BLUE value IS 129 (50.78% from 255) = 33.51%

R = 42.08%
G = 24.42%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A25E81 (or 0xA25E81) is known color: Strikemaster. HEX triplet: A2, 5E and 81. RGB value is (162,94,129). Sum of RGB (Red+Green+Blue) = 162+94+129=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25E81 is #5DA17E. Grayscale: #767676. Windows color (decimal): -6136191 or 8478370. OLE color: 8478370.

HSL color Cylindrical-coordinate representation of color #A25E81: hue angle of 329.12º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A25E81 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 94 129 -
CMYK 0 0.42 0.20 0.36
HSL 329.12º 0.27% 0.5% -
HSV(B) 329.12º 0.42% 0.64% -
XYZ 22.87 17.27 22.9 -
YUV 118.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 162 94 129 0 0.42 0.20 0.36 329.12 0.27 0.5
Hex A2 5E 81 0 2A 14 24 149 1B 32
Octal 242 136 201 0 52 24 44 511 33 62
Binary 10100010 1011110 10000001 0 101010 10100 100100 101001001 11011 110010

Color Harmonies of #A25E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E81

Black with #A25E81

Text Example


Text Example

White with #A25E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E81; }

 p { color: rgb(162,94,129); }

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

background-color css

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

 a { background-color: rgb(162,94,129); }

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

border-color css

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

 span { border-color: rgb(162,94,129); }

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