Html Css Color HEX #A25282 Strikemaster

📋 copy color: '#A25282'

red 162 ◦ green 82 ◦ blue 130

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

Shades of Strikemaster #A25282

Tints of Strikemaster #A25282

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.93%

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

R = 43.32%
G = 21.93%
B = 34.76%

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

#A25282 (or 0xA25282) is known color: Strikemaster. HEX triplet: A2, 52 and 82. RGB value is (162,82,130). Sum of RGB (Red+Green+Blue) = 162+82+130=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A25282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25282 is #5DAD7D. Grayscale: #6F6F6F. Windows color (decimal): -6139262 or 8540834. OLE color: 8540834.

HSL color Cylindrical-coordinate representation of color #A25282: hue angle of 324º degrees, saturation: 0.33, 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 #A25282 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 82 130 -
CMYK 0 0.49 0.20 0.36
HSL 324º 0.33% 0.48% -
HSV(B) 324º 0.49% 0.64% -
XYZ 21.95 15.33 22.92 -
YUV 111.39 138.5 164.1 -
System Red Green Blue C M Y K H S L
Decimal 162 82 130 0 0.49 0.20 0.36 324 0.33 0.48
Hex A2 52 82 0 31 14 24 144 21 30
Octal 242 122 202 0 61 24 44 504 41 60
Binary 10100010 1010010 10000010 0 110001 10100 100100 101000100 100001 110000

Color Harmonies of #A25282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25282

Black with #A25282

Text Example


Text Example

White with #A25282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25282; }

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

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

background-color css

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

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

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

border-color css

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

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

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