Html Css Color HEX #A25B88 Strikemaster

📋 copy color: '#A25B88'

red 162 ◦ green 91 ◦ blue 136

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

Shades of Strikemaster #A25B88

Tints of Strikemaster #A25B88

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.39%

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

R = 41.65%
G = 23.39%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A25B88 (or 0xA25B88) is known color: Strikemaster. HEX triplet: A2, 5B and 88. RGB value is (162,91,136). Sum of RGB (Red+Green+Blue) = 162+91+136=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25B88 is #5DA477. Grayscale: #757575. Windows color (decimal): -6136952 or 8936354. OLE color: 8936354.

HSL color Cylindrical-coordinate representation of color #A25B88: hue angle of 321.97º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25B88 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 91 136 -
CMYK 0 0.44 0.16 0.36
HSL 321.97º 0.28% 0.5% -
HSV(B) 321.97º 0.44% 0.64% -
XYZ 23.09 16.94 25.35 -
YUV 117.36 138.52 159.84 -
System Red Green Blue C M Y K H S L
Decimal 162 91 136 0 0.44 0.16 0.36 321.97 0.28 0.5
Hex A2 5B 88 0 2C 10 24 142 1C 32
Octal 242 133 210 0 54 20 44 502 34 62
Binary 10100010 1011011 10001000 0 101100 10000 100100 101000010 11100 110010

Color Harmonies of #A25B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B88

Black with #A25B88

Text Example


Text Example

White with #A25B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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