Html Css Color HEX #A25F7D Strikemaster

📋 copy color: '#A25F7D'

red 162 ◦ green 95 ◦ blue 125

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

Shades of Strikemaster #A25F7D

Tints of Strikemaster #A25F7D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.87%

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 42.41%
G = 24.87%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A25F7D (or 0xA25F7D) is known color: Strikemaster. HEX triplet: A2, 5F and 7D. RGB value is (162,95,125). Sum of RGB (Red+Green+Blue) = 162+95+125=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F7D is #5DA082. Grayscale: #767676. Windows color (decimal): -6135939 or 8216482. OLE color: 8216482.

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

Color convert

RGB 162 95 125 -
CMYK 0 0.41 0.23 0.36
HSL 333.13º 0.26% 0.5% -
HSV(B) 333.13º 0.41% 0.64% -
XYZ 22.69 17.35 21.55 -
YUV 118.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 162 95 125 0 0.41 0.23 0.36 333.13 0.26 0.5
Hex A2 5F 7D 0 29 17 24 14D 1A 32
Octal 242 137 175 0 51 27 44 515 32 62
Binary 10100010 1011111 1111101 0 101001 10111 100100 101001101 11010 110010

Color Harmonies of #A25F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F7D

Black with #A25F7D

Text Example


Text Example

White with #A25F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F7D; }

 p { color: rgb(162,95,125); }

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

background-color css

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

 a { background-color: rgb(162,95,125); }

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

border-color css

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

 span { border-color: rgb(162,95,125); }

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