Html Css Color HEX #A25A7B Strikemaster

📋 copy color: '#A25A7B'

red 162 ◦ green 90 ◦ blue 123

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

Shades of Strikemaster #A25A7B

Tints of Strikemaster #A25A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 43.2%
G = 24%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A25A7B (or 0xA25A7B) is known color: Strikemaster. HEX triplet: A2, 5A and 7B. RGB value is (162,90,123). Sum of RGB (Red+Green+Blue) = 162+90+123=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A7B is #5DA584. Grayscale: #737373. Windows color (decimal): -6137221 or 8084130. OLE color: 8084130.

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

Color convert

RGB 162 90 123 -
CMYK 0 0.44 0.24 0.36
HSL 332.5º 0.29% 0.49% -
HSV(B) 332.5º 0.44% 0.64% -
XYZ 22.13 16.42 20.74 -
YUV 115.29 132.35 161.32 -
System Red Green Blue C M Y K H S L
Decimal 162 90 123 0 0.44 0.24 0.36 332.5 0.29 0.49
Hex A2 5A 7B 0 2C 18 24 14C 1D 31
Octal 242 132 173 0 54 30 44 514 35 61
Binary 10100010 1011010 1111011 0 101100 11000 100100 101001100 11101 110001

Color Harmonies of #A25A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A7B

Black with #A25A7B

Text Example


Text Example

White with #A25A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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