Html Css Color HEX #A25388 Strikemaster

📋 copy color: '#A25388'

red 162 ◦ green 83 ◦ blue 136

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

Shades of Strikemaster #A25388

Tints of Strikemaster #A25388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.7%

R = 42.52%
G = 21.78%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A25388 (or 0xA25388) is known color: Strikemaster. HEX triplet: A2, 53 and 88. RGB value is (162,83,136). Sum of RGB (Red+Green+Blue) = 162+83+136=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A25388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25388 is #5DAC77. Grayscale: #707070. Windows color (decimal): -6139000 or 8934306. OLE color: 8934306.

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

Color convert

RGB 162 83 136 -
CMYK 0 0.49 0.16 0.36
HSL 319.75º 0.32% 0.48% -
HSV(B) 319.75º 0.49% 0.64% -
XYZ 22.44 15.65 25.13 -
YUV 112.66 141.17 163.19 -
System Red Green Blue C M Y K H S L
Decimal 162 83 136 0 0.49 0.16 0.36 319.75 0.32 0.48
Hex A2 53 88 0 31 10 24 140 20 30
Octal 242 123 210 0 61 20 44 500 40 60
Binary 10100010 1010011 10001000 0 110001 10000 100100 101000000 100000 110000

Color Harmonies of #A25388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25388

Black with #A25388

Text Example


Text Example

White with #A25388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25388; }

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

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

background-color css

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

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

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

border-color css

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

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

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