Html Css Color HEX #A25C8A Strikemaster

📋 copy color: '#A25C8A'

red 162 ◦ green 92 ◦ blue 138

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

Shades of Strikemaster #A25C8A

Tints of Strikemaster #A25C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 41.33%
G = 23.47%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A25C8A (or 0xA25C8A) is known color: Strikemaster. HEX triplet: A2, 5C and 8A. RGB value is (162,92,138). Sum of RGB (Red+Green+Blue) = 162+92+138=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25C8A is #5DA375. Grayscale: #767676. Windows color (decimal): -6136694 or 9067682. OLE color: 9067682.

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

Color convert

RGB 162 92 138 -
CMYK 0 0.43 0.15 0.36
HSL 320.57º 0.28% 0.5% -
HSV(B) 320.57º 0.43% 0.64% -
XYZ 23.31 17.17 26.13 -
YUV 118.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 162 92 138 0 0.43 0.15 0.36 320.57 0.28 0.5
Hex A2 5C 8A 0 2B F 24 141 1C 32
Octal 242 134 212 0 53 17 44 501 34 62
Binary 10100010 1011100 10001010 0 101011 1111 100100 101000001 11100 110010

Color Harmonies of #A25C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C8A

Black with #A25C8A

Text Example


Text Example

White with #A25C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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