Html Css Color HEX #A25983 Strikemaster

📋 copy color: '#A25983'

red 162 ◦ green 89 ◦ blue 131

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

Shades of Strikemaster #A25983

Tints of Strikemaster #A25983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.3%

 BLUE value IS 131 (51.56% from 255) = 34.29%

R = 42.41%
G = 23.3%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A25983 (or 0xA25983) is known color: Strikemaster. HEX triplet: A2, 59 and 83. RGB value is (162,89,131). Sum of RGB (Red+Green+Blue) = 162+89+131=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A25983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25983 is #5DA67C. Grayscale: #737373. Windows color (decimal): -6137469 or 8608162. OLE color: 8608162.

HSL color Cylindrical-coordinate representation of color #A25983: hue angle of 325.48º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A25983 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 89 131 -
CMYK 0 0.45 0.19 0.36
HSL 325.48º 0.29% 0.49% -
HSV(B) 325.48º 0.45% 0.64% -
XYZ 22.57 16.46 23.46 -
YUV 115.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 162 89 131 0 0.45 0.19 0.36 325.48 0.29 0.49
Hex A2 59 83 0 2D 13 24 145 1D 31
Octal 242 131 203 0 55 23 44 505 35 61
Binary 10100010 1011001 10000011 0 101101 10011 100100 101000101 11101 110001

Color Harmonies of #A25983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25983

Black with #A25983

Text Example


Text Example

White with #A25983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25983; }

 p { color: rgb(162,89,131); }

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

background-color css

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

 a { background-color: rgb(162,89,131); }

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

border-color css

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

 span { border-color: rgb(162,89,131); }

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