Html Css Color HEX #A25D80 Strikemaster

📋 copy color: '#A25D80'

red 162 ◦ green 93 ◦ blue 128

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

Shades of Strikemaster #A25D80

Tints of Strikemaster #A25D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 42.3%
G = 24.28%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A25D80 (or 0xA25D80) is known color: Strikemaster. HEX triplet: A2, 5D and 80. RGB value is (162,93,128). Sum of RGB (Red+Green+Blue) = 162+93+128=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25D80 is #5DA27F. Grayscale: #757575. Windows color (decimal): -6136448 or 8412578. OLE color: 8412578.

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

Color convert

RGB 162 93 128 -
CMYK 0 0.43 0.21 0.36
HSL 329.57º 0.27% 0.5% -
HSV(B) 329.57º 0.43% 0.64% -
XYZ 22.71 17.07 22.52 -
YUV 117.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 162 93 128 0 0.43 0.21 0.36 329.57 0.27 0.5
Hex A2 5D 80 0 2B 15 24 14A 1B 32
Octal 242 135 200 0 53 25 44 512 33 62
Binary 10100010 1011101 10000000 0 101011 10101 100100 101001010 11011 110010

Color Harmonies of #A25D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D80

Black with #A25D80

Text Example


Text Example

White with #A25D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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