Html Css Color HEX #A25D7F Strikemaster

📋 copy color: '#A25D7F'

red 162 ◦ green 93 ◦ blue 127

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

Shades of Strikemaster #A25D7F

Tints of Strikemaster #A25D7F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.35%

 BLUE value IS 127 (50% from 255) = 33.25%

R = 42.41%
G = 24.35%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A25D7F (or 0xA25D7F) is known color: Strikemaster. HEX triplet: A2, 5D and 7F. RGB value is (162,93,127). Sum of RGB (Red+Green+Blue) = 162+93+127=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25D7F is #5DA280. Grayscale: #757575. Windows color (decimal): -6136449 or 8347042. OLE color: 8347042.

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

Color convert

RGB 162 93 127 -
CMYK 0 0.43 0.22 0.36
HSL 330.43º 0.27% 0.5% -
HSV(B) 330.43º 0.43% 0.64% -
XYZ 22.65 17.04 22.17 -
YUV 117.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 162 93 127 0 0.43 0.22 0.36 330.43 0.27 0.5
Hex A2 5D 7F 0 2B 16 24 14A 1B 32
Octal 242 135 177 0 53 26 44 512 33 62
Binary 10100010 1011101 1111111 0 101011 10110 100100 101001010 11011 110010

Color Harmonies of #A25D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D7F

Black with #A25D7F

Text Example


Text Example

White with #A25D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D7F; }

 p { color: rgb(162,93,127); }

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

background-color css

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

 a { background-color: rgb(162,93,127); }

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

border-color css

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

 span { border-color: rgb(162,93,127); }

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