Html Css Color HEX #A25D8A Strikemaster

📋 copy color: '#A25D8A'

red 162 ◦ green 93 ◦ blue 138

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

Shades of Strikemaster #A25D8A

Tints of Strikemaster #A25D8A

RGB

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

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

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

R = 41.22%
G = 23.66%
B = 35.11%

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

#A25D8A (or 0xA25D8A) is known color: Strikemaster. HEX triplet: A2, 5D and 8A. RGB value is (162,93,138). Sum of RGB (Red+Green+Blue) = 162+93+138=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25D8A is #5DA275. Grayscale: #767676. Windows color (decimal): -6136438 or 9067938. OLE color: 9067938.

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

Color convert

RGB 162 93 138 -
CMYK 0 0.43 0.15 0.36
HSL 320.87º 0.27% 0.5% -
HSV(B) 320.87º 0.43% 0.64% -
XYZ 23.4 17.35 26.16 -
YUV 118.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 162 93 138 0 0.43 0.15 0.36 320.87 0.27 0.5
Hex A2 5D 8A 0 2B F 24 141 1B 32
Octal 242 135 212 0 53 17 44 501 33 62
Binary 10100010 1011101 10001010 0 101011 1111 100100 101000001 11011 110010

Color Harmonies of #A25D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D8A

Black with #A25D8A

Text Example


Text Example

White with #A25D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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