Html Css Color HEX #A25B7F Strikemaster

📋 copy color: '#A25B7F'

red 162 ◦ green 91 ◦ blue 127

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

Shades of Strikemaster #A25B7F

Tints of Strikemaster #A25B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.42%

R = 42.63%
G = 23.95%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A25B7F (or 0xA25B7F) is known color: Strikemaster. HEX triplet: A2, 5B and 7F. RGB value is (162,91,127). Sum of RGB (Red+Green+Blue) = 162+91+127=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B7F is #5DA480. Grayscale: #747474. Windows color (decimal): -6136961 or 8346530. OLE color: 8346530.

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

Color convert

RGB 162 91 127 -
CMYK 0 0.44 0.22 0.36
HSL 329.58º 0.28% 0.5% -
HSV(B) 329.58º 0.44% 0.64% -
XYZ 22.47 16.7 22.12 -
YUV 116.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 162 91 127 0 0.44 0.22 0.36 329.58 0.28 0.5
Hex A2 5B 7F 0 2C 16 24 14A 1C 32
Octal 242 133 177 0 54 26 44 512 34 62
Binary 10100010 1011011 1111111 0 101100 10110 100100 101001010 11100 110010

Color Harmonies of #A25B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B7F

Black with #A25B7F

Text Example


Text Example

White with #A25B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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