Html Css Color HEX #A25A7F Strikemaster

📋 copy color: '#A25A7F'

red 162 ◦ green 90 ◦ blue 127

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

Shades of Strikemaster #A25A7F

Tints of Strikemaster #A25A7F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

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

R = 42.74%
G = 23.75%
B = 33.51%

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

#A25A7F (or 0xA25A7F) is known color: Strikemaster. HEX triplet: A2, 5A and 7F. RGB value is (162,90,127). Sum of RGB (Red+Green+Blue) = 162+90+127=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A7F is #5DA580. Grayscale: #737373. Windows color (decimal): -6137217 or 8346274. OLE color: 8346274.

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

Color convert

RGB 162 90 127 -
CMYK 0 0.44 0.22 0.36
HSL 329.17º 0.29% 0.49% -
HSV(B) 329.17º 0.44% 0.64% -
XYZ 22.39 16.53 22.09 -
YUV 115.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 162 90 127 0 0.44 0.22 0.36 329.17 0.29 0.49
Hex A2 5A 7F 0 2C 16 24 149 1D 31
Octal 242 132 177 0 54 26 44 511 35 61
Binary 10100010 1011010 1111111 0 101100 10110 100100 101001001 11101 110001

Color Harmonies of #A25A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A7F

Black with #A25A7F

Text Example


Text Example

White with #A25A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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