Html Css Color HEX #A25382 Strikemaster

📋 copy color: '#A25382'

red 162 ◦ green 83 ◦ blue 130

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

Shades of Strikemaster #A25382

Tints of Strikemaster #A25382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 43.2%
G = 22.13%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A25382 (or 0xA25382) is known color: Strikemaster. HEX triplet: A2, 53 and 82. RGB value is (162,83,130). Sum of RGB (Red+Green+Blue) = 162+83+130=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A25382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25382 is #5DAC7D. Grayscale: #6F6F6F. Windows color (decimal): -6139006 or 8541090. OLE color: 8541090.

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

Color convert

RGB 162 83 130 -
CMYK 0 0.49 0.20 0.36
HSL 324.3º 0.32% 0.48% -
HSV(B) 324.3º 0.49% 0.64% -
XYZ 22.02 15.48 22.95 -
YUV 111.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 162 83 130 0 0.49 0.20 0.36 324.3 0.32 0.48
Hex A2 53 82 0 31 14 24 144 20 30
Octal 242 123 202 0 61 24 44 504 40 60
Binary 10100010 1010011 10000010 0 110001 10100 100100 101000100 100000 110000

Color Harmonies of #A25382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25382

Black with #A25382

Text Example


Text Example

White with #A25382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25382; }

 p { color: rgb(162,83,130); }

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

background-color css

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

 a { background-color: rgb(162,83,130); }

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

border-color css

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

 span { border-color: rgb(162,83,130); }

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