Html Css Color HEX #A2638D Strikemaster

📋 copy color: '#A2638D'

red 162 ◦ green 99 ◦ blue 141

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

Shades of Strikemaster #A2638D

Tints of Strikemaster #A2638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.63%

 BLUE value IS 141 (55.47% from 255) = 35.07%

R = 40.3%
G = 24.63%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2638D (or 0xA2638D) is known color: Strikemaster. HEX triplet: A2, 63 and 8D. RGB value is (162,99,141). Sum of RGB (Red+Green+Blue) = 162+99+141=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A2638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2638D is #5D9C72. Grayscale: #7A7A7A. Windows color (decimal): -6134899 or 9266082. OLE color: 9266082.

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

Color convert

RGB 162 99 141 -
CMYK 0 0.39 0.13 0.36
HSL 320º 0.25% 0.51% -
HSV(B) 320º 0.39% 0.64% -
XYZ 24.17 18.53 27.5 -
YUV 122.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 162 99 141 0 0.39 0.13 0.36 320 0.25 0.51
Hex A2 63 8D 0 27 D 24 140 19 33
Octal 242 143 215 0 47 15 44 500 31 63
Binary 10100010 1100011 10001101 0 100111 1101 100100 101000000 11001 110011

Color Harmonies of #A2638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2638D

Black with #A2638D

Text Example


Text Example

White with #A2638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2638D; }

 p { color: rgb(162,99,141); }

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

background-color css

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

 a { background-color: rgb(162,99,141); }

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

border-color css

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

 span { border-color: rgb(162,99,141); }

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