Html Css Color HEX #A25E7B Strikemaster

📋 copy color: '#A25E7B'

red 162 ◦ green 94 ◦ blue 123

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

Shades of Strikemaster #A25E7B

Tints of Strikemaster #A25E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.45%

R = 42.74%
G = 24.8%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A25E7B (or 0xA25E7B) is known color: Strikemaster. HEX triplet: A2, 5E and 7B. RGB value is (162,94,123). Sum of RGB (Red+Green+Blue) = 162+94+123=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E7B is #5DA184. Grayscale: #757575. Windows color (decimal): -6136197 or 8085154. OLE color: 8085154.

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

Color convert

RGB 162 94 123 -
CMYK 0 0.42 0.24 0.36
HSL 334.41º 0.27% 0.5% -
HSV(B) 334.41º 0.42% 0.64% -
XYZ 22.48 17.12 20.86 -
YUV 117.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 162 94 123 0 0.42 0.24 0.36 334.41 0.27 0.5
Hex A2 5E 7B 0 2A 18 24 14E 1B 32
Octal 242 136 173 0 52 30 44 516 33 62
Binary 10100010 1011110 1111011 0 101010 11000 100100 101001110 11011 110010

Color Harmonies of #A25E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E7B

Black with #A25E7B

Text Example


Text Example

White with #A25E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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