Html Css Color HEX #A25C7C Strikemaster

📋 copy color: '#A25C7C'

red 162 ◦ green 92 ◦ blue 124

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

Shades of Strikemaster #A25C7C

Tints of Strikemaster #A25C7C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.34%

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 42.86%
G = 24.34%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A25C7C (or 0xA25C7C) is known color: Strikemaster. HEX triplet: A2, 5C and 7C. RGB value is (162,92,124). Sum of RGB (Red+Green+Blue) = 162+92+124=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C7C is #5DA383. Grayscale: #747474. Windows color (decimal): -6136708 or 8150178. OLE color: 8150178.

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

Color convert

RGB 162 92 124 -
CMYK 0 0.43 0.23 0.36
HSL 332.57º 0.28% 0.5% -
HSV(B) 332.57º 0.43% 0.64% -
XYZ 22.37 16.79 21.13 -
YUV 116.58 132.19 160.4 -
System Red Green Blue C M Y K H S L
Decimal 162 92 124 0 0.43 0.23 0.36 332.57 0.28 0.5
Hex A2 5C 7C 0 2B 17 24 14D 1C 32
Octal 242 134 174 0 53 27 44 515 34 62
Binary 10100010 1011100 1111100 0 101011 10111 100100 101001101 11100 110010

Color Harmonies of #A25C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C7C

Black with #A25C7C

Text Example


Text Example

White with #A25C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C7C; }

 p { color: rgb(162,92,124); }

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

background-color css

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

 a { background-color: rgb(162,92,124); }

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

border-color css

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

 span { border-color: rgb(162,92,124); }

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