Html Css Color HEX #A25F88 Strikemaster

📋 copy color: '#A25F88'

red 162 ◦ green 95 ◦ blue 136

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

Shades of Strikemaster #A25F88

Tints of Strikemaster #A25F88

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.17%

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

R = 41.22%
G = 24.17%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A25F88 (or 0xA25F88) is known color: Strikemaster. HEX triplet: A2, 5F and 88. RGB value is (162,95,136). Sum of RGB (Red+Green+Blue) = 162+95+136=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25F88 is #5DA077. Grayscale: #777777. Windows color (decimal): -6135928 or 8937378. OLE color: 8937378.

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

Color convert

RGB 162 95 136 -
CMYK 0 0.41 0.16 0.36
HSL 323.28º 0.26% 0.5% -
HSV(B) 323.28º 0.41% 0.64% -
XYZ 23.44 17.64 25.46 -
YUV 119.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 162 95 136 0 0.41 0.16 0.36 323.28 0.26 0.5
Hex A2 5F 88 0 29 10 24 143 1A 32
Octal 242 137 210 0 51 20 44 503 32 62
Binary 10100010 1011111 10001000 0 101001 10000 100100 101000011 11010 110010

Color Harmonies of #A25F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F88

Black with #A25F88

Text Example


Text Example

White with #A25F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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