Html Css Color HEX #A2528A Strikemaster

📋 copy color: '#A2528A'

red 162 ◦ green 82 ◦ blue 138

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

Shades of Strikemaster #A2528A

Tints of Strikemaster #A2528A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.47%

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 42.41%
G = 21.47%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2528A (or 0xA2528A) is known color: Strikemaster. HEX triplet: A2, 52 and 8A. RGB value is (162,82,138). Sum of RGB (Red+Green+Blue) = 162+82+138=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A2528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2528A is #5DAD75. Grayscale: #707070. Windows color (decimal): -6139254 or 9065122. OLE color: 9065122.

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

Color convert

RGB 162 82 138 -
CMYK 0 0.49 0.15 0.36
HSL 318º 0.33% 0.48% -
HSV(B) 318º 0.49% 0.64% -
XYZ 22.51 15.55 25.86 -
YUV 112.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 162 82 138 0 0.49 0.15 0.36 318 0.33 0.48
Hex A2 52 8A 0 31 F 24 13E 21 30
Octal 242 122 212 0 61 17 44 476 41 60
Binary 10100010 1010010 10001010 0 110001 1111 100100 100111110 100001 110000

Color Harmonies of #A2528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2528A

Black with #A2528A

Text Example


Text Example

White with #A2528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2528A; }

 p { color: rgb(162,82,138); }

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

background-color css

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

 a { background-color: rgb(162,82,138); }

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

border-color css

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

 span { border-color: rgb(162,82,138); }

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