Html Css Color HEX #A25D84 Strikemaster

📋 copy color: '#A25D84'

red 162 ◦ green 93 ◦ blue 132

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

Shades of Strikemaster #A25D84

Tints of Strikemaster #A25D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.11%

R = 41.86%
G = 24.03%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A25D84 (or 0xA25D84) is known color: Strikemaster. HEX triplet: A2, 5D and 84. RGB value is (162,93,132). Sum of RGB (Red+Green+Blue) = 162+93+132=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25D84 is #5DA27B. Grayscale: #757575. Windows color (decimal): -6136444 or 8674722. OLE color: 8674722.

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

Color convert

RGB 162 93 132 -
CMYK 0 0.43 0.19 0.36
HSL 326.09º 0.27% 0.5% -
HSV(B) 326.09º 0.43% 0.64% -
XYZ 22.98 17.18 23.93 -
YUV 118.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 162 93 132 0 0.43 0.19 0.36 326.09 0.27 0.5
Hex A2 5D 84 0 2B 13 24 146 1B 32
Octal 242 135 204 0 53 23 44 506 33 62
Binary 10100010 1011101 10000100 0 101011 10011 100100 101000110 11011 110010

Color Harmonies of #A25D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D84

Black with #A25D84

Text Example


Text Example

White with #A25D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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