Html Css Color HEX #A25583 Strikemaster

📋 copy color: '#A25583'

red 162 ◦ green 85 ◦ blue 131

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

Shades of Strikemaster #A25583

Tints of Strikemaster #A25583

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.49%

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

R = 42.86%
G = 22.49%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A25583 (or 0xA25583) is known color: Strikemaster. HEX triplet: A2, 55 and 83. RGB value is (162,85,131). Sum of RGB (Red+Green+Blue) = 162+85+131=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A25583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25583 is #5DAA7C. Grayscale: #717171. Windows color (decimal): -6138493 or 8607138. OLE color: 8607138.

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

Color convert

RGB 162 85 131 -
CMYK 0 0.48 0.19 0.36
HSL 324.16º 0.31% 0.48% -
HSV(B) 324.16º 0.48% 0.64% -
XYZ 22.25 15.82 23.35 -
YUV 113.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 162 85 131 0 0.48 0.19 0.36 324.16 0.31 0.48
Hex A2 55 83 0 30 13 24 144 1F 30
Octal 242 125 203 0 60 23 44 504 37 60
Binary 10100010 1010101 10000011 0 110000 10011 100100 101000100 11111 110000

Color Harmonies of #A25583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25583

Black with #A25583

Text Example


Text Example

White with #A25583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25583; }

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

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

background-color css

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

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

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

border-color css

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

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

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