Html Css Color HEX #A25081 Strikemaster

📋 copy color: '#A25081'

red 162 ◦ green 80 ◦ blue 129

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

Shades of Strikemaster #A25081

Tints of Strikemaster #A25081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

 BLUE value IS 129 (50.78% from 255) = 34.77%

R = 43.67%
G = 21.56%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A25081 (or 0xA25081) is known color: Strikemaster. HEX triplet: A2, 50 and 81. RGB value is (162,80,129). Sum of RGB (Red+Green+Blue) = 162+80+129=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A25081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25081 is #5DAF7E. Grayscale: #6D6D6D. Windows color (decimal): -6139775 or 8474786. OLE color: 8474786.

HSL color Cylindrical-coordinate representation of color #A25081: hue angle of 324.15º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25081 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 129 -
CMYK 0 0.51 0.20 0.36
HSL 324.15º 0.34% 0.47% -
HSV(B) 324.15º 0.51% 0.64% -
XYZ 21.73 15 22.52 -
YUV 110.1 138.67 165.02 -
System Red Green Blue C M Y K H S L
Decimal 162 80 129 0 0.51 0.20 0.36 324.15 0.34 0.47
Hex A2 50 81 0 33 14 24 144 22 2F
Octal 242 120 201 0 63 24 44 504 42 57
Binary 10100010 1010000 10000001 0 110011 10100 100100 101000100 100010 101111

Color Harmonies of #A25081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25081

Black with #A25081

Text Example


Text Example

White with #A25081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25081; }

 p { color: rgb(162,80,129); }

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

background-color css

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

 a { background-color: rgb(162,80,129); }

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

border-color css

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

 span { border-color: rgb(162,80,129); }

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