Html Css Color HEX #A25C8C Strikemaster

📋 copy color: '#A25C8C'

red 162 ◦ green 92 ◦ blue 140

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

Shades of Strikemaster #A25C8C

Tints of Strikemaster #A25C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 41.12%
G = 23.35%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A25C8C (or 0xA25C8C) is known color: Strikemaster. HEX triplet: A2, 5C and 8C. RGB value is (162,92,140). Sum of RGB (Red+Green+Blue) = 162+92+140=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25C8C is #5DA373. Grayscale: #767676. Windows color (decimal): -6136692 or 9198754. OLE color: 9198754.

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

Color convert

RGB 162 92 140 -
CMYK 0 0.43 0.14 0.36
HSL 318.86º 0.28% 0.5% -
HSV(B) 318.86º 0.43% 0.64% -
XYZ 23.46 17.23 26.9 -
YUV 118.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 162 92 140 0 0.43 0.14 0.36 318.86 0.28 0.5
Hex A2 5C 8C 0 2B E 24 13F 1C 32
Octal 242 134 214 0 53 16 44 477 34 62
Binary 10100010 1011100 10001100 0 101011 1110 100100 100111111 11100 110010

Color Harmonies of #A25C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C8C

Black with #A25C8C

Text Example


Text Example

White with #A25C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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